[perl #128603] [LTA] Error on typoed named args: :foo:
Same thing happens when the method call syntax is typoed to include both colon and and parens: ➜ say 100.base:(16) ===SORRY!=== This type (QAST::WVal) does not support positional operations
[perl #128603] [LTA] Error on typoed named args: :foo:
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128603] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128603 > If you make a typo and instead of :foo write :foo:, you get the error below. It's LTA-nes