TypeChecker

- Added a TODO regarding the `ClassStaticNode` handling
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-17 22:53:46 +02:00
parent 32056803d4
commit 6165d5dc6f
1 changed files with 3 additions and 0 deletions

View File

@ -1625,6 +1625,9 @@ public final class TypeChecker
/* Add this static initialization to the list of global allocations required */
addInit(clazzStaticInitAllocInstr);
// FIXME: This shouldn't be presentin here, like, ever
// ... in depgen we should generate it once or something
}
/* It will pop a bunch of shiiit */
/* TODO: ANy statement */