Main.hx 99 B

1234567
  1. class Main {
  2. overload function new() {}
  3. }
  4. class Foo {
  5. overload extern inline function new() {}
  6. }