Main3.hx 94 B

123456
  1. class Main3 {
  2. public static function main():Void {
  3. f(,);
  4. }
  5. static function f():Void {}
  6. }