The empty line is removed here: ```haxe class Main { static function main() { if (foo) bar; } } ``` But not here: ```haxe class Main { static function main() { if (foo) // bar; } } ```
The empty line is removed here:
But not here: