Remove a few TODOs

This commit is contained in:
gingerBill
2022-12-22 13:03:34 +00:00
parent ffa14c3aad
commit 00823ca88c
5 changed files with 7 additions and 24 deletions
+2 -2
View File
@@ -390,7 +390,7 @@ struct CheckerContext {
// Order doesn't matter after this
u32 state_flags;
bool in_defer; // TODO(bill): Actually handle correctly
bool in_defer;
Type * type_hint;
String proc_name;
@@ -401,7 +401,7 @@ struct CheckerContext {
ForeignContext foreign_context;
CheckerTypePath *type_path;
isize type_level; // TODO(bill): Actually handle correctly
isize type_level;
UntypedExprInfoMap *untyped;