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