diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index a6603a5..4cd9668 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -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 */