# 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")»
