erg/compiler/erg_compiler/tests/infer_arr.er
Shunsuke Shibayama f9d91aa38e Organize crates
2022-08-13 06:38:12 +09:00

6 lines
75 B
Text

v = ![]
v.push! 1
w = v
print! w
print! v # this should cause a MoveError