# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #113802] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113802 >
<moritz> r: say (<a b c> Z <d e f> Z <g h i>).tree.perl <p6eval> rakudo dba6e9: OUTPUT<<Not enough positional parameters passed; got 1 but expected between 3 and 4NL in method new at src/gen/CORE.setting:5016NL in method tree at src/gen/CORE.setting:5272 [...] <moritz> masak: wanna submit? * masak submits rakudobug <masak> r: say (<a b c> Z <d e f>).tree.perl <p6eval> rakudo dba6e9: OUTPUT<<Not enough positional parameters passed; got 1 but expected between 3 and 4NL in method new at src/gen/CORE.setting:5016NL in method tree at src/gen/CORE.setting:5272 [...] <masak> r: say <d e f>.tree.perl <p6eval> rakudo dba6e9: OUTPUT<<LoL.new("d", "e", "f")NL>>