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

Type hint spacing with conditionals #582

Closed
Gama11 opened this issue Apr 12, 2020 · 0 comments
Closed

Type hint spacing with conditionals #582

Gama11 opened this issue Apr 12, 2020 · 0 comments
Labels
regression whitespace missing or incorrect space around token

Comments

@Gama11
Copy link
Member

Gama11 commented Apr 12, 2020

With 1.8.1:

extern class TouchEvent extends Event {
	public function new(isTouchPointCanceled:Bool = false
		#if air, commandKey:Bool = false, controlKey:Bool = false, ?timestamp:Float,
		?touchIntent:TouchEventIntent, ?samples:flash.utils.ByteArray,
		isTouchPointCanceled:Bool = false #end);
}

Since 1.9.0:

extern class TouchEvent extends Event {
	public function new(isTouchPointCanceled:Bool = false
		#if air, commandKey:Bool = false, controlKey:Bool = false, ?timestamp :Float,
		?touchIntent :TouchEventIntent, ?samples :flash.utils.ByteArray,
		isTouchPointCanceled:Bool = false #end);
}
@Gama11 Gama11 added whitespace missing or incorrect space around token regression labels Apr 12, 2020
AlexHaxe added a commit to AlexHaxe/haxe-formatter that referenced this issue Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression whitespace missing or incorrect space around token
Projects
None yet
Development

No branches or pull requests

1 participant