aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/parse-fail-mixed-nested-attrs2.err.exp
blob: 0437cd50c8ab9a5e654d470b749ca4e67eeaf626 (plain)
1
2
3
4
5
6
7
8
error: attribute 'y' already defined at «stdin»:3:9

       at «stdin»:2:3:

            1| {
            2|   x.y.y = 3;
             |   ^
            3|   x = { y.y= 3; z = 3; };