gonix
/
tests
/
functional2
/
lang
/
inherit
/
in.nix
1
2
3
4
5
6
7
8
9
let
c
=
{};
b
=
2
;
in
{
a
=
1
;
inherit
b
;
inherit
(
c
)
d
e
;
f
=
3
;
}