# New Ticket Created by  Dan Zwell 
# Please include the string:  [perl #132585]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=132585 >


The output of a hash of hashes of ints looks my Hash[Int] %nested-type;
%nested-type.WHAT.say; # output: (Hash[Hash)

The type should be shown as: (Hash[Hash[Int]])

AlexDaniel did a bisect and found this was caused by:
https://github.com/rakudo/rakudo/commit/1ed284e2953382744b02058a2ec548658d744786

Reply via email to