# New Ticket Created by [email protected]
# Please include the string: [perl #128042]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=128042 >
See IRC log for this day :
02:16 < grondilu> m: module A { multi infix:<§>($,$) is tighter(&[+]) is export
{0}; }; import A; say 1 + 2 § 3;
02:16 <+camelia> rakudo-moar d7698f: OUTPUT«0»
02:16 < grondilu> m: module A { sub infix:<§>($,$) is tighter(&[+]) is export
{0}; }; import A; say 1 + 2 § 3;
02:16 <+camelia> rakudo-moar d7698f: OUTPUT«1»