Extra check for type_info cycle checking

This commit is contained in:
gingerBill
2018-01-28 09:51:52 +00:00
parent f661ae9d09
commit 83d90f1463
3 changed files with 31 additions and 9 deletions
+1
View File
@@ -275,6 +275,7 @@ struct CheckerContext {
String proc_name;
Type * type_hint;
DeclInfo * curr_proc_decl;
Type * curr_proc_sig;
ForeignContext foreign_context;
bool collect_delayed_decls;