aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/parse-fail-undef-var-2.err.exp
blob: 96e87b2aa915feb2f100158e0a0f6c24fbbc9ba2 (about) (plain) (blame)
1
2
3
4
5
6
error: syntax error, unexpected ':', expecting '}' or ','
       at «stdin»:3:13:
            2|
            3|   f = {x, y : ["baz" "bar" z "bat"]}: x + y;
             |             ^
            4|