aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-attrs-7.err.exp
blob: 4e0a48eff89e6bd6a5f8099077c801457ecd08f9 (plain)
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|   };