aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-formals.err.exp
blob: 1d566fb334202239086ec92d325d9bf7c79636a9 (plain)
1
2
3
4
5
6
error: duplicate formal function argument 'x'

       at «stdin»:1:8:

            1| {x, y, x}: x
             |        ^