We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde8fcf commit d8d63b4Copy full SHA for d8d63b4
S03-smartmatch/capture-signature.t
@@ -33,7 +33,7 @@ is t2([1,2]), "om nom nom", "signature smart-match against array works (2)";
33
34
# RT #118581
35
{
36
- lives-ok { \(1) ~~ :(int $x as Str) },
+ lives-ok { \(1) ~~ :(Str(int) $x) },
37
'can match integer capture against signature with native integer coercing to Str';
38
}
39
0 commit comments