haxe icon indicating copy to clipboard operation
haxe copied to clipboard

Unclosed active conditional compilation

Open Simn opened this issue 5 months ago • 0 comments

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.

Simn avatar Jun 06 '25 09:06 Simn