NoClosureClass.hx 154 B

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