aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-mixed-nested-attrs1.err.exp
blob: a4472156b292d9d590d646838d13c94ddf111a8b (plain)
1
2
3
4
5
6
error: attribute 'z' already defined at «stdin»:3:16
       at «stdin»:2:3:
            1| {
            2|   x.z = 3;
             |   ^
            3|   x = { y = 3; z = 3; };