lix/tests/functional/lang/parse-fail-dup-formals.err.exp
2024-03-04 07:23:44 +01:00

5 lines
123 B
Plaintext

error: duplicate formal function argument 'x'
at «stdin»:1:8:
1| {x, y, x}: x
| ^