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 e64715c commit db7f995Copy full SHA for db7f995
t/typegraph.t
@@ -12,7 +12,7 @@ ok $t.types<List>.roles.any eq 'Positional',
12
'List does positional';
13
is $t.types<Str>.mro, 'Str Cool Any Mu', 'Str mro';
14
is $t.types<Match>.mro, 'Match Capture Cool Any Mu', 'Match mro';
15
-is $t.types<Stash>.super.any, 'Any', 'Any as default parent works';
+is $t.types<Exception>.super.any, 'Any', 'Any as default parent works';
16
is $t.types<Any>.super, 'Mu', 'default-Any did not add a parent to Any';
17
18
done;
0 commit comments