Main.hx 111 B

12345678
  1. class Main {
  2. static var tmp:Any;
  3. static function main() {
  4. // pack.Foo.test();
  5. tmp = new Foo().bar;
  6. }
  7. }