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


<masak> rakudo: class A { has $.x; method foo { say $!x } }; class B
is A { has $.x; method bar { say $!x } }; B.new(:x(42), A{ :x(5) })
<p6eval> rakudo 479650: OUTPUT«flattened parameters must be a hash or
array [...]
<masak> jnthn: whoz op with that?
<jnthn> rakudo: class A { }; class B { }; B.new(A{ :x(5) })
<p6eval> rakudo 479650: OUTPUT«flattened parameters must be a hash or
array [...]
<jnthn> Hm
<jnthn> masak: Off hand, I'm not sure.
<jnthn> masak: Unless it's a general WHENCE issue.
<masak> but it's a bug, right?
<jnthn> Yeah
* masak submits rakudobug
<jnthn> I wonder if we're missing A{ ... } support somehow.
<masak> I'm pretty sure it worked at some point.
<masak> not sure it ever worked in master, though.

Reply via email to