aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-undef-var-2.err.exp
blob: 393c454dd31fbd34f8e445d82b493bb7a5efe221 (plain)
1
2
3
4
5
6
error: syntax error, unexpected ':', expecting '}'
       at «stdin»:3:13:
            2|
            3|   f = {x, y : ["baz" "bar" z "bat"]}: x + y;
             |             ^
            4|