hnix/tests/files/lint.nix

2 lines
42 B
Nix
Raw Normal View History

{ x, y }: let z = x + y; in [ z (y + 2) ]