1
0
Fork 0
forked from lix-project/lix
lix/tests/lang/eval-okay-nested-with.nix

4 lines
36 B
Nix
Raw Normal View History

2018-03-30 19:41:16 +00:00
with { x = 1; };
with { x = 2; };
x