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: ecfc2ad375233e24c146cb63314f820df29b4f26 (plain) (blame)
1
(builtins.tryEval (builtins.elem { type = rec { x = throw "fred"; }.x; } [ { type = 3; } ])).success