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

2 lines
47 B
Nix

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