Main.hx 73 B

1234567
  1. @:using(Main)
  2. typedef B = {
  3. > A,
  4. };
  5. typedef A = {};
  6. function main() {}