gonix
/
tests
/
functional2
/
lang
/
with
/
in-nested-with.nix
1
2
3
with
{
x
=
1
;
};
with
{
x
=
2
;
};
x