NotMain.hx 78 B

12345
  1. class NotMain {
  2. static public function notMain() {
  3. new Generic<Int>();
  4. }
  5. }