Skip to content

Commit

Permalink
Merge branch 'problem_solving_94' into grammar-with-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Aug 24, 2019
2 parents db7af3e + e514261 commit 10ded7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core.c/Mu.pm6
Expand Up @@ -215,7 +215,7 @@ Perhaps it can be found at https://docs.perl6.org/type/$name"
nqp::if(
nqp::iseq_i($code,5),
nqp::if( # 5
nqp::iseq_i(my $int = nqp::getattr_i(self,
nqp::iseq_i(my int $int = nqp::getattr_i(self,
nqp::atpos($task,1),
nqp::atpos($task,2)
), 0),
Expand Down Expand Up @@ -402,7 +402,7 @@ Perhaps it can be found at https://docs.perl6.org/type/$name"
nqp::if(
nqp::iseq_i($code,5),
nqp::if( # 5
nqp::iseq_i(my $int = nqp::getattr_i(self,
nqp::iseq_i(my int $int = nqp::getattr_i(self,
nqp::atpos($task,1),
nqp::atpos($task,2)
), 0),
Expand Down

0 comments on commit 10ded7c

Please sign in to comment.