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

7 lines
203 B
Text
Raw Normal View History

2024-07-20 19:04:25 +03:00
error: syntax error, unexpected ':', expecting '}' or ','
at «stdin»:3:13:
2|
3| f = {x, y : ["baz" "bar" z "bat"]}: x + y;
| ^
4|