Skip to content

Commit

Permalink
fudge new test file for niecza
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 21, 2011
1 parent 72cc163 commit b691e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-signature/named-renaming.t
Expand Up @@ -24,6 +24,7 @@ plan 10;
{
sub typed(:i(:%j)) { %j.keys.[0] };
is typed(i => { a => 1 }), 'a', 'typed renames -- sanity';
#?niecza 2 todo 'sigil-based type constraints'
dies_ok { eval 'typed(:j)' }, 'type constraint on var';
dies_ok { eval 'typed(:i)' }, 'type constraint on var propagates to alias';
}

0 comments on commit b691e71

Please sign in to comment.