NoClosureClass.hx 156 B

123456
  1. @:noClosure
  2. class NoClosureClass {
  3. static public var notMethod:Void->Void;
  4. static public function staticMethod() {}
  5. public function instanceMethod() {}
  6. }