We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09072c commit 0300663Copy full SHA for 0300663
S02-types/list.t
@@ -153,6 +153,7 @@ subtest '.sum can handle Junctions' => {
153
ok $sum !== 42, 'sum is correct (6)';
154
}
155
156
+#?rakudo.jvm skip 'RT #130160 works when run standalone, maybe wrong multi selected'
157
{ # RT#130160
158
my @a := <a b c>[0..2, 0..2].flat.cache;
159
@a.Bool;
0 commit comments