Files
lix/tests/functional2/lang/with/in-nested-with.nix
T
piegames b912f91f62 tests/functional2/lang: Migrate with tests
Change-Id: I3a6c2fb38569711d717f8488c7a949a4afbea675
2025-11-17 22:10:11 +00:00

4 lines
36 B
Nix

with { x = 1; };
with { x = 2; };
x