about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-equality-tolerate-catchable-in-type-field.nix
blob: 6bd018b68d09d50e208026742a20ce1e8e4a0e56 (plain) (blame)
1
(builtins.tryEval (builtins.elem { type = rec { x = throw "fred"; }.x; } [{ type = 3; }])).success