Fail.hx 83 B

1234567
  1. class Fail {
  2. static function main() {
  3. trace(Dummy);
  4. }
  5. }
  6. abstract Dummy(Int) {}