gonix
/
tests
/
functional2
/
lang
/
scope
/
in-1.nix
1
2
3
4
5
6
(({
x
}:
x
:
{
x
=
1
;
y
=
x
;
}
)
{
x
=
2
;}
3
)
.
y