``` haxe class Test { // ° var test:Int = 0; } ``` ``` haxe ./source/Test.hx:4: characters 16-17 : Error: No whitespace around "=" ``` Same result with `ä` or `ß` and probably tons of other slightly non-standard characters. I think this didn't cause issues not too long ago...