Skip to content

#end // comment breaks formatting #344

Closed
@Gama11

Description

@Gama11

Input file

#if js
class JS {
	var foo:Int;
}
#else
class NotJS {
	var foo:Int;
}
#end // js

Broken output

#if js class JS {
	var foo:Int;
} #else class NotJS {
	var foo:Int;
} #end // js

Some instances of this can be seen here: openfl/lime@dfe3d27

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions