aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-mixed-nested-attrs1.err.exp
blob: 32f77679584ac3d452a6979483d197a510275875 (plain)
1
2
3
4
5
6
7
8
error: attribute 'z' already defined at «stdin»:3:16

       at «stdin»:2:3:

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