guix/tests/lang/eval-okay-scope-2.nix
Eelco Dolstra 463e2817c5 * Remove ancient Fix tests.
* Add automated Nix expression language tests.
2004-10-27 12:41:53 +00:00

7 lines
60 B
Nix

((x: {x}:
rec {
x = 1;
y = x;
}
) 2 {x = 3;}).y