aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-okay-empty-args.nix
blob: 78c133afdd948402846a056b9b80c27afe02a2ad (about) (plain) (blame)
1
({}: {x,y,}: "${x}${y}") {} {x = "a"; y = "b";}