aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-undeclared-arg.nix
blob: cafdf163627255a3e41f57cd71f0c6c3ca59159b (about) (plain) (blame)
1
({x, z}: x + z) {x = "foo"; y = "bla"; z = "bar";}