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