Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECheckType regression #395

Closed
Gama11 opened this issue Mar 11, 2019 · 0 comments
Closed

ECheckType regression #395

Gama11 opened this issue Mar 11, 2019 · 0 comments
Labels
bug Something isn't working whitespace missing or incorrect space around token

Comments

@Gama11
Copy link
Member

Gama11 commented Mar 11, 2019

Input file

class Main {
	static function main() {
		__bytePointer.set(#if flash byteArray #else (byteArray : ByteArrayData) #end, byteArray.position);
	}
}

Broken output

class Main {
	static function main() {
		__bytePointer.set(#if flash byteArray #else (byteArray:ByteArrayData) #end, byteArray.position);
	}
}

Also from the OpenFL diff: openfl/openfl@7c8c271#diff-4e6c8750cc974fa188aae75a05eb3714R645

@Gama11 Gama11 added bug Something isn't working whitespace missing or incorrect space around token labels Mar 11, 2019
AlexHaxe added a commit to AlexHaxe/haxe-formatter that referenced this issue Apr 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working whitespace missing or incorrect space around token
Projects
None yet
Development

No branches or pull requests

1 participant