5 lines
No EOL
77 B
Text
5 lines
No EOL
77 B
Text
const field a = 1
|
|
|
|
def main() -> field:
|
|
a = 2 // not allowed
|
|
return a |