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