> On 20 May 2017, at 13:05, Zoffix Znet (via RT) <perl6-bugs-follo...@perl.org> > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #131332] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=131332 > > > > By hypering a method on an Array typed with Pair containing Pairs, it > magically turns into a typed Pair Array containing Str objects, which would > normally fail the type check: > > m: my Pair @p = a => 1, b => 2; dd @p».key > rakudo-moar 316399: OUTPUT: «Array[Pair].new("a", "b")»
Shouldn’t this like, eh, return a .Seq ??