index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
eval-okay-nested-with.nix
blob: ba9d79aa79b1afdf3c6ace6ab39dcbe2aedd6154 (
plain
)
1
2
3
with
{
x
=
1
;
};
with
{
x
=
2
;
};
x