aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-attrs-2.err.exp
blob: 4607a5d592e24fc5266a000d1b45ba41b3a13bad (plain)
1
2
3
4
5
6
error: attribute 'x' already defined at «stdin»:9:5
       at «stdin»:10:17:
            9|     x = 789;
           10|     inherit (as) x;
             |                 ^
           11|   };