For testing, renabled class inheritance name checker to make sure grand resolver `resolveBest` still worksed

parser_exception_before
Tristan B. V. Kildaire 2021-04-01 14:10:59 +02:00
parent 8c25ffa29f
commit a18252ce21
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public final class TypeChecker
/* TODO: Now that everything is defined, no collision */
/* TODO: Do actual type checking and declarations */
checkClassInherit(modulle);
}