Main.hx 67 B

12345
  1. abstract A(Int) {}
  2. class Main {
  3. static function main() { }
  4. }