<masak> rakudo: say [+] [1,2,3] # bug courtesy of TimToady++
<p6eval> rakudo 04a918: OUTPUT«6»
* masak submits rakudobug
<masak> <TimToady> [] should never flatten in a listop
<moritz_> masak: the [+] [1, 2, 3] bug might be related to
http://rt.perl.org/rt3/Ticket/Display.html?id=76110
* masak looks
<masak> the final question seems to indicate it is.
<masak> but I don't immediately see the connection.
<moritz_> the connection is that [...] around the inner expression make it work
<masak> right.
<masak> I'll put this issue in that ticket, then.