Main.hx 99 B

1234567
  1. class Main {
  2. static function main() {
  3. Main.instanceMethod();
  4. }
  5. function instanceMethod() {}
  6. }