gonix
/
tests
/
functional2
/
lang
/
set
/
in-2.nix
1
2
3
4
5
let
attr
=
{
foo
=
"bar"
;};
key
=
{};
in
attr
.
${
key
}