aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-formals.err.exp
blob: d7c7e023760b3fb2ddef237be009c1b65e44c8c7 (plain)
1
2
3
4
error: duplicate formal function argument 'x'
       at «stdin»:1:8:
            1| {x, y, x}: x
             |        ^