lix/tests/functional/lang/parse-fail-undef-var-2.err.exp

7 lines
196 B
Plaintext
Raw Normal View History

error: syntax error, unexpected ':', expecting '}'
at «stdin»:3:13:
2|
3| f = {x, y : ["baz" "bar" z "bat"]}: x + y;
| ^
4|