index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lang
/
eval-fail-undeclared-arg.nix
blob: cafdf163627255a3e41f57cd71f0c6c3ca59159b (
plain
)
1
({
x
,
z
}:
x
+
z
)
{
x
=
"foo"
;
y
=
"bla"
;
z
=
"bar"
;}