about summary refs log blame commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-logical-and-catchable.nix
blob: f731f09241d8a3c37b711e632e1b16fdf9bd4a67 (plain) (tree)
1
                                                                
(builtins.tryEval (  (throw "fred") && (throw "jill") )).success