NonExtern.hx 105 B

1234
  1. class NonExtern {
  2. static function f(a:haxe.extern.Rest<String>):Void {}
  3. static function main() {}
  4. }