try-haxe
try-haxe copied to clipboard
Comment above 'class Test' causes build error
Sometimes the compiler gives weird / incorrect failure messages. e.g.
https://try.haxe.org/#45B1F
Related to #127? Because presumably the source has been modified / mangled in some way?
Ahh -- this is caused by the comment above the class name:
https://try.haxe.org/#4e5Ff
// This comment breaks it!
class Test {
static function main() {
trace("Haxe is great!");
}
}
Yes, we are working on it :)