about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-lazy-with-nested.nix
# 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