nix-gh/tests/lang/eval-okay-scope-1.nix

7 lines
53 B
Nix

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