haxe
haxe copied to clipboard
Unclosed active conditional compilation
function main() {
trace("hello");
#if hl
}
Compiling this to HL succeeds, on other targets we get the expected Unclosed conditional compilation block error. Could be a regression.