We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac6e6e commit d653ec4Copy full SHA for d653ec4
src/QRegex/Cursor.nqp
@@ -486,7 +486,7 @@ class NQPCursor does NQPCursorRole {
486
my $EMPTY_MATCH_HASH := nqp::hash();
487
method MATCH() {
488
my $match := nqp::getattr(self, NQPCursor, '$!match');
489
- unless nqp::istype($match, NQPMatch) || pir::isa__IPs($match, 'Hash') {
+ unless nqp::istype($match, NQPMatch) || pir::nqp_ishash__IP($match) {
490
my $list := $EMPTY_MATCH_LIST;
491
my $hash := $EMPTY_MATCH_HASH;
492
$match := nqp::create(NQPMatch);
0 commit comments