Files
lix/tests/functional2/lang/scope/in-3.nix
T
Commentator2.0 c63ba3c485 tests/functional2/lang: migrated first tests
Change-Id: I4b5755a63d9454db20f63f751f5f33564a2ee5be
2025-06-01 20:19:37 +02:00

7 lines
82 B
Nix

((x: as: {x}:
rec {
inherit (as) x;
y = x;
}
) 2 {x = 4;} {x = 3;}).y