Added Gitea issue number #8 for ClassStaticAllocate node

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-13 14:34:47 +02:00
parent 4b36623861
commit 8a82751a18
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ public final class TypeChecker
}
/* TODO: Add class init */
/* TODO: Add class init, see #8 */
else if(cast(compiler.typecheck.dependency.classes.classStaticDep.ClassStaticNode)dnode)
{
Clazz clazzPNode = cast(Clazz)dnode.getEntity();