Skip to content

Commit b691e71

Browse files
committed
fudge new test file for niecza
1 parent 72cc163 commit b691e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S06-signature/named-renaming.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ plan 10;
2424
{
2525
sub typed(:i(:%j)) { %j.keys.[0] };
2626
is typed(i => { a => 1 }), 'a', 'typed renames -- sanity';
27+
#?niecza 2 todo 'sigil-based type constraints'
2728
dies_ok { eval 'typed(:j)' }, 'type constraint on var';
2829
dies_ok { eval 'typed(:i)' }, 'type constraint on var propagates to alias';
2930
}

0 commit comments

Comments
 (0)