Tests and another fix for issue #1467
@@ -897,12 +897,7 @@ mrb_run(mrb_state *mrb, struct RProc *proc, mrb_value self)
else {
ci->argc = n;
}
if (c->tt == MRB_TT_ICLASS) {
ci->target_class = c->c;
ci->target_class = c;
ci->pc = pc + 1;
ci->acc = a;
The note is not visible to the blocked user.