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 3426474 commit edf9db8Copy full SHA for edf9db8
S12-subset/subtypes.t
@@ -77,6 +77,7 @@ Tests subtypes, specifically in the context of multimethod dispatch.
77
ok $c ~~ Int::Even, "our var is a Int::Even";
78
try { $c = 7 }
79
is $c, 6, "setting a Int::Even to an odd value dies";
80
+ #?rakudo.parrot skip 'RT #123234'
81
ok EVAL('!try { my Int::Even $d }'),
82
"lexically declared subtype went out of scope";
83
}
0 commit comments