Files
mgmt/lang/interpret_test/TestAstFunc2/unify-interpolate-res-fail.txtar
James Shubin e10e92596f lang: types: Add stringer information manually
This lets us get the more correct lowercase versions of type kinds in
error messages. (These match what the user would type.)
2024-07-01 18:35:20 -04:00

9 lines
188 B
Plaintext

-- main.mcl --
$name = ["a", "bb", "ccc",]
#test $name {} # must pass
test "${name}" {} # must fail
-- OUTPUT --
# err: errUnify: unify error with: var(name): type error: str != list