mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
v = ![]
|
|
v.push! 1
|
|
|
|
w = v
|
|
print! w
|
|
print! v # this should cause a MoveError
|