mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 20:54:16 +03:00
3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
|
def foo() -> (field):
|
||
|
// return myGlobal <- not allowed
|
||
|
return 42
|