Files
lix/tests/functional2/lang/function-args/parse-fail-dup-formals.err.exp
T
piegames 21a0b81a26 tests/functional2/lang: Migrate function args tests
Change-Id: Ia805d7fbf74c671fc419fb8c9db3960b6be62354
2025-09-18 23:38:46 +02:00

5 lines
125 B
Plaintext

error: duplicate formal function argument 'x'
at /pwd/in.nix:1:8:
1| {x, y, x}: x
| ^