Main.hx 59 B

12345
  1. abstract Foo({}) {
  2. public var x:Int;
  3. }
  4. function main() {}