Main1.hx 77 B

123456
  1. typedef T = A;
  2. abstract A(T) { }
  3. class Main1 {
  4. static function main() { }
  5. }