lix/tests/functional/lang/parse-fail-dup-attrs-7.err.exp

7 lines
190 B
Plaintext
Raw Normal View History

error: attribute 'x' already defined at «stdin»:6:13
at «stdin»:7:13:
6| inherit x;
7| inherit x;
| ^
8| };