nix-gh/tests/lang/eval-okay-empty-args.nix

2 lines
48 B
Nix

({}: {x,y,}: "${x}${y}") {} {x = "a"; y = "b";}