nix-gh/tests/lang/eval-fail-missing-arg.nix

2 lines
47 B
Nix

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