Added TODO
parent
290028d203
commit
0fda46c857
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue