Added TODO

parser_exception_before
Tristan B. V. Kildaire 2021-03-31 10:34:24 +02:00
parent 290028d203
commit 0fda46c857
1 changed files with 3 additions and 1 deletions

View File

@ -271,7 +271,7 @@ public final class TypeChecker
else else
{ {
/* TODO: Bug is we will never find top container */ /* TODO: Bug is we will never find top container */
Entity entityFound = resolveUp(c, path[0]); Entity entityFound = resolveUp(c, path[0]);
if(entityFound) if(entityFound)
@ -290,6 +290,8 @@ public final class TypeChecker
} }
else else
{ {
/* TODO: We add module check here */
gprintln("killl me"); gprintln("killl me");
return null; return null;
} }