Files
lix/tests/lang/eval-fail-undeclared-arg.nix
T
2006-05-08 12:52:47 +00:00

2 lines
51 B
Nix

({x, z}: x + z) {x = "foo"; y = "bla"; z = "bar";}