about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-lazy-with-nested.nix
blob: 22ac14b3f19ebbab829e6d0f46dc5e6b70d81e7b (plain) (blame)
1
2
3
4
5
# The 'namespace' of a with should only be evaluated if an identifier
# from it is actually accessed.

with (abort "should not be evaluated");
let a = dynamic; in 42