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

       at «stdin»:3:3:

            2|   y = 456;
            3|   x = 789;
             |   ^