# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #116164] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116164 >
<moritz> r: proto f(Int $x) {*}; multi f($) { say 'default' }; f 'foo'
<p6eval> rakudo 55dbc0: OUTPUT«default»
<moritz> bug!
* masak submits rakudobug
<moritz> it should check the proto signature, but doesn't
