gonix
/
tests
/
functional2
/
lang
/
parser-merge-attrs
/
in-err1.nix
1
2
3
4
{
x
.
z
=
3
;
x
=
{
y
=
3
;
z
=
3
;
};
}