aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-attrs-7.err.exp
blob: 2daddf380579a21993a5134ec3da21f4486b5431 (plain)
1
2
3
4
5
6
error: attribute 'x' already defined at «stdin»:6:12
       at «stdin»:7:12:
            6|     inherit x;
            7|     inherit x;
             |            ^
            8|   };