Skip to content

Commit

Permalink
Add curly that was missed in a conflict fix
Browse files Browse the repository at this point in the history
Unfortunately, this shows that there are two different opinions
about what the method !get_default_candidate means.  I have
insufficient fu to fix that one.
  • Loading branch information
lizmat committed Jan 5, 2022
1 parent 9e52c06 commit 01567ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Metamodel/ParametricRoleGroupHOW.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class Perl6::Metamodel::ParametricRoleGroupHOW
method WHY() {
my $c := self.'!get_default_candidate'();
$c.HOW.WHY
}

method language-revision($obj) {
my $c := self.'!get_default_candidate'($obj);
Expand Down

0 comments on commit 01567ff

Please sign in to comment.