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


How to reproduce:

    perl6 -e 'sub postfix:<!>(Int $a) is looser(&infix:<+>) { 2 * $a }; say (3 
+ 4!)'

Current output:

    11

Expected output:

    14

Reply via email to