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 72cc163 commit b691e71Copy full SHA for b691e71
S06-signature/named-renaming.t
@@ -24,6 +24,7 @@ plan 10;
24
{
25
sub typed(:i(:%j)) { %j.keys.[0] };
26
is typed(i => { a => 1 }), 'a', 'typed renames -- sanity';
27
+ #?niecza 2 todo 'sigil-based type constraints'
28
dies_ok { eval 'typed(:j)' }, 'type constraint on var';
29
dies_ok { eval 'typed(:i)' }, 'type constraint on var propagates to alias';
30
}
0 commit comments