aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-okay-nested-with.nix
blob: ba9d79aa79b1afdf3c6ace6ab39dcbe2aedd6154 (plain)
1
2
3
with { x = 1; };
with { x = 2; };
x