Skip to content

Commit

Permalink
[JVM] Add missing $obj? to Perl6::Metamodel::JavaHOW.archetypes
Browse files Browse the repository at this point in the history
Allows for t/03-jvm/01-interop.t to pass once more.
  • Loading branch information
Kaiepi authored and usev6 committed Aug 21, 2022
1 parent dbf035d commit d059921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/Perl6/Metamodel/JavaHOW.nqp
Expand Up @@ -6,7 +6,7 @@ class Perl6::Metamodel::JavaHOW
does Perl6::Metamodel::MethodContainer
{
my $archetypes := Perl6::Metamodel::Archetypes.new( :nominal );
method archetypes() {
method archetypes($obj?) {
$archetypes
}

Expand Down

0 comments on commit d059921

Please sign in to comment.