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 b676ed8 commit 8c62c13Copy full SHA for 8c62c13
S02-types/pair.t
@@ -12,7 +12,6 @@ isa_ok($pair, Pair);
12
13
# get key and value from the pair as many ways as possible
14
15
-#?rakudo 2 skip 'method($invocant:) syntax missing'
16
#?niecza 2 skip 'Invocant handling is NYI'
17
is(key($pair:), 'foo', 'got the right key($pair:)');
18
is(value($pair:), 'bar', 'got the right value($pair:)');
0 commit comments