C.hx 71 B

1234567
  1. extern class A {
  2. function new();
  3. }
  4. class B extends A {
  5. var i = 5;
  6. }