mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add case statement of MRB_TT_SCLASS in mrb_obj_is_kind_of()
This commit is contained in:
@@ -481,6 +481,7 @@ mrb_obj_is_kind_of(mrb_state *mrb, mrb_value obj, struct RClass *c)
|
||||
case MRB_TT_MODULE:
|
||||
case MRB_TT_CLASS:
|
||||
case MRB_TT_ICLASS:
|
||||
case MRB_TT_SCLASS:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user