about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-okay-nested-with.nix
blob: ba9d79aa79b1afdf3c6ace6ab39dcbe2aedd6154 (plain) (blame)
1
2
3
with { x = 1; };
with { x = 2; };
x