gonix
/
tests
/
functional2
/
lang
/
function-args
/
in-empty-args.nix
1
({}:
{
x
,
y
,
}:
"
${
x
}${
y
}
"
)
{}
{
x
=
"a"
;
y
=
"b"
;}