also only give suggestions for unused arguments Change-Id: Iae8e72defbbe2571a803dfd7216745b39848ccb2
2 lines
58 B
Nix
2 lines
58 B
Nix
({a ? "foo", b ? "bar"}: a + b) {c = "meow"; d = "meow";}
|