mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
* More tests.
This commit is contained in:
parent
dca43ef795
commit
ae55e79541
3 changed files with 9 additions and 1 deletions
7
tests/lang/eval-okay-scope-6.nix
Normal file
7
tests/lang/eval-okay-scope-6.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
let {
|
||||
|
||||
f = {x ? y, y ? x}: x + y;
|
||||
|
||||
body = f {x = "c";} + f {y = "d";};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue