BrokenSyntax.hx 86 B

123456
  1. class BrokenSyntax {
  2. static public function main() {
  3. {}.foo();
  4. trace("ok");
  5. }
  6. }