Skip to content

Commit 29ad65d

Browse files
committed
Update NQPClassHOW.find_method for API extension.
1 parent 4c6978d commit 29ad65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/how/NQPClassHOW.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ knowhow NQPClassHOW {
468468
##
469469
## Dispatchy
470470
##
471-
method find_method($obj, $name) {
471+
method find_method($obj, $name, :$no_fallback) {
472472
for @!mro {
473473
my %meths := $_.HOW.method_table($obj);
474474
my $found := %meths{$name};

0 commit comments

Comments
 (0)