gonix
/
tests
/
functional2
/
lang
/
function-args
/
in-unexpected-arg.nix
1
({
x
,
z
}:
x
+
z
)
{
x
=
"foo"
;
y
=
"bla"
;
z
=
"bar"
;}