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

with (abort "should not be evaluated");

42