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


S14-traits/routines.t

    my class B is A { }
    is A.m, 42, 'Applying traits to submethods works';
    throws-like { B.m }, X::Method::NotFound,
        'Applying traits to submethods retains submethod semantics';

Throws an adhoc exception in the JVM.

-- 
Will "Coke" Coleda

Reply via email to