aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/parse-fail-dup-attrs-2.err.exp
blob: 3105e60dea52587d36f37153ac5bc14bb38f117e (about) (plain) (blame)
1
2
3
4
5
6
error: attribute 'x' already defined at «stdin»:9:5
       at «stdin»:10:18:
            9|     x = 789;
           10|     inherit (as) x;
             |                  ^
           11|   };