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