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