class Main { static final v = 1; static function f() { v = 2; } }