Main.hx 85 B

1234567891011
  1. class C {
  2. final x:Int;
  3. function new() {
  4. x = nonsense;
  5. }
  6. }
  7. function main() {
  8. }