haxe
haxe copied to clipboard
Stream.Failure with unclosed ~ in conditional
Found this while trying to force some errors for #8687:
#if ~
#end
#if true // Stream.Failure
#end