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


<masak> rakudo: role Foo {}; role Bar {}; sub baz(Foo Bar $a) {}; say
"should not be alive here before 6.0.0"
<p6eval> rakudo 0310a3: OUTPUT«should not be alive here before 6.0.0␤»
* masak submits rakudobug

According to <http://perlcabal.org/syn/S12.html#Multiple_constraints>,
v6.0.0 will only allow a single type constraint before a variable.

Reply via email to