Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix squish with :as to work on JVM.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent f0b3edb commit 7e981ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/List.pm
Expand Up @@ -431,7 +431,7 @@ my class List does Positional { # declared in BOOTSTRAP
my $last = @secret;
my str $which;
map {
$which = &as($_);
$which = &as($_).Str;
if with($which,$last) {
Nil;
}
Expand Down

0 comments on commit 7e981ca

Please sign in to comment.