# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #107270]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=107270 >


<masak> nom: package Color { our ($red, $green, $blue) = 1..* }; say Color::blue
<p6eval> nom a9bead: OUTPUT«use of uninitialized value of type Mu in
string context␤use of uninitialized value of type Mu in string
context␤===SORRY!===␤error:imcc:Multiple declarations of lexical
'$green' [...]
<masak> o.O
* masak submits rakudobug
<masak> nom: our ($r, $g)
<p6eval> nom a9bead: OUTPUT«use of uninitialized value of type Mu in
string context␤use of uninitialized value of type Mu in string
context␤===SORRY!===␤error:imcc:Multiple declarations of lexical '$r'
[...]
<masak> oh my. :/
<flussence> nom: our ($, $g)
<p6eval> nom a9bead: OUTPUT«use of uninitialized value of type Mu in
string context␤use of uninitialized value of type Mu in string
context␤===SORRY!===␤error:imcc:Multiple declarations of lexical '$g'
[...]
<flussence> :D
<masak> nom: our ($, $, $g)
<p6eval> nom a9bead: OUTPUT«use of uninitialized value of type Mu in
string context␤use of uninitialized value of type Mu in string
context␤===SORRY!===␤error:imcc:Multiple declarations of lexical '$g'
[...]

All the above declarations should be kosher, IMO.

Reply via email to