Main2.hx 71 B

1234567
  1. class Main {
  2. static final v = 1;
  3. static function f() {
  4. v = 2;
  5. }
  6. }