Generic.hx 84 B

123456
  1. @:generic
  2. class Generic<T> {
  3. public function new() {
  4. trace(NotMain.notMain);
  5. }
  6. }