const field a = 1; def main() -> field { a = 2; // not allowed return a; }