diff options
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index 4ad2295f3..abb544ef6 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -261,6 +261,7 @@ struct CheckerContext { DeclInfo * decl; u32 stmt_state_flags; bool in_defer; // TODO(bill): Actually handle correctly + bool allow_polymorphic_types; String proc_name; Type * type_hint; DeclInfo * curr_proc_decl; |