# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65674] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65674 >
<Tene> jnthn: defining a multi sub in a class fails <Tene> I know why, but can't fix now <Tene> rakudo: class A { multi sub foo { ... } } <p6eval> rakudo 612bcf: OUTPUT«No method named 'foo' to remove in class 'A'. [...] <moritz_> masak: ticket! <Tene> can someone make ticket? <masak> rakudo: class A { multi foo() {} } <p6eval> rakudo 612bcf: OUTPUT«No method named 'foo' to remove in class 'A'. [...] * masak makes a ticket!