On Fri Jan 02 12:21:24 2009, dave.wh...@gmail.com wrote:
> The default "new" method allows values of attributes to be set as
> named args -- but rakudo doesn't hoist params from base classes:
>
> rakudo: class A { has $.foo }; class B is A { has $.bar
> };
> B.new( foo => 1, bar =>
# New Ticket Created by "Dave Whipp"
# Please include the string: [perl #61916]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61916 >
The default "new" method allows values of attributes to be set as
named args -- but raku