# New Ticket Created by Lloyd Fournier # Please include the string: [perl #128277] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128277 >
my Str:D $a = Nil; say $a; # (Str:D) say $a.VAR.default; #(Str:D) :D variables in general cannot have a default default. Therefore if the default default should be to throw an exception when it is acessed. My answer would be:
