# New Ticket Created by Will Coleda
# Please include the string: [perl #122469]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=122469 >
S32-str/indent.t needs indent() to coerce its arg to an int.
21:34 < [Coke]> n: "asdf".indent('0x10').say;
21:34 <+camelia> niecza v24-109-g48a8de3: OUTPUT« asdf»
21:34 < [Coke]> m: "asdf".indent('0x10').say;
21:34 <+camelia> rakudo-moar d97cd1: OUTPUT«Cannot call 'indent'; none of these
signatures match::(Str: Int $steps where { ... }, *%_):(Str:
Int $steps where { ... }, *%_):(Str: Any $steps where { ...
}, *%_) in block at /tmp/h9TQ8mwcc1:1»
--
Will "Coke" Coleda