# New Ticket Created by  Lloyd Fournier 
# Please include the string:  [perl #128656]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128656 >


class A { method foo { "$name(" } };

role C { method foo { } };

class B { method foo { } };

===SORRY!=== Error while compiling -e

Package 'A' already has a method 'foo' (did you mean to declare a
multi-method?)

Reply via email to