# New Ticket Created by Tobias Leich # Please include the string: [perl #126047] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126047 >
m: sub foo(Int(IntStr:D) $a) { say $a.WHAT }; foo <42> rakudo-moar 77cf27: OUTPUT«(IntStr)» I expect that this outputs (Int).