mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
7 lines
85 B
Python
7 lines
85 B
Python
f() = f # ERR
|
|
|
|
g 0 = 0
|
|
g _: Int = g # ERR
|
|
|
|
# left() = right() # ERR
|
|
# right() = left
|