aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/parse-fail-dup-attrs-7.err.exp
blob: 4e0a48eff89e6bd6a5f8099077c801457ecd08f9 (about) (plain) (blame)
1
2
3
4
5
6
error: attribute 'x' already defined at «stdin»:6:13
       at «stdin»:7:13:
            6|     inherit x;
            7|     inherit x;
             |             ^
            8|   };