Skip to content

Commit

Permalink
Oops, we need to allow Mu for the invocant
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 2, 2020
1 parent 62bd274 commit 6bf6d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Mu.pm6
Expand Up @@ -13,7 +13,7 @@ my class Mu { # declared in BOOTSTRAP

method sink(--> Nil) { }

method raku(\SELF: |c) { SELF.perl(|c) }
method raku(Mu \SELF: |c) { SELF.perl(|c) }

proto method ACCEPTS(|) {*}
multi method ACCEPTS(Mu:U: Any \topic) {
Expand Down

0 comments on commit 6bf6d34

Please sign in to comment.