# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #101448] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=101448 >
<masak> masak's first rule of repeated community volunteer contribution: "Task needs be well-defined, atomic, and result in instant gratification on completion." <moritz> nom: my Int:D $x; say $x <p6eval> nom 25af2d: OUTPUT«Int()» <moritz> nom: my Int:D $x; $x = Int; say $x <p6eval> nom 25af2d: OUTPUT«Int()» <moritz> masak: wanna submit rakudobug? :-) * masak submits rakudobug <masak> whee! \o/ Observed: type object settles in nicely in container which only accepts defined values. Expected: error on assignment.
