gonix
/
tests
/
functional2
/
lang
/
function-args
/
in-unexpected-args.nix
1
({
a
?
"foo"
,
b
?
"bar"
}:
a
+
b
)
{
c
=
"meow"
;
d
=
"meow"
;}