GenericMethod.hx 70 B

123
  1. class GenericMethod {
  2. @:generic static public function f<T>(t:T) {}
  3. }