1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/functional/lang/parse-fail-dup-attrs-2.err.exp

7 lines
198 B
Plaintext
Raw Normal View History

error: attribute 'x' already defined at «stdin»:9:5
at «stdin»:10:18:
9| x = 789;
10| inherit (as) x;
| ^
11| };