Skip to content

Commit e922c94

Browse files
committed
Fudge for JVM: NPE in sub 'is-primed-call'
1 parent 26e82b7 commit e922c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S06-currying/misc.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ throws-like { 42 same-in-Int "42" }, X::TypeCheck::Binding,
3434

3535
# Try with an anonymous capture in the mix
3636
sub abc123 (| ($a,$b,$c,$o,$t,$th)) { $a,$b,$c,$o,$t,$th; }
37+
#?rakudo.jvm skip 'NullPointerException'
3738
is-primed-call(&abc123, \(1,2,3), ['a','b','c',1,2,3], 'a','b','c');

0 commit comments

Comments
 (0)