Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix * smartmatch behavior
  • Loading branch information
sorear committed May 23, 2011
1 parent 50b1205 commit 69332cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/CORE.setting
Expand Up @@ -561,7 +561,9 @@ my class IterCursor {
sub flat(*@x) { @x }
my class Whatever { }
my class Whatever {
method ACCEPTS(Mu $x) { defined(self) || $x.^isa(Whatever) }
}
my class EMPTY { }
Expand Down

0 comments on commit 69332cd

Please sign in to comment.