diff --git a/src/Perl6/Actions.nqp b/src/Perl6/Actions.nqp index 9e9650a1d9c..43c9bda5791 100644 --- a/src/Perl6/Actions.nqp +++ b/src/Perl6/Actions.nqp @@ -985,6 +985,7 @@ class Perl6::Actions is HLL::Actions does STDActions { my %boolify_first_child_calls := nqp::hash( '&prefix:', 1, '&prefix:', 1, '&prefix:', 1, '&prefix:', 1, + '&defined', 1 ); sub fatalize($ast, $bool-context = 0) { if nqp::istype($ast, QAST::Op) {