diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index 674dabd..2f45643 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -271,7 +271,7 @@ public final class TypeChecker else { /* TODO: Bug is we will never find top container */ - + Entity entityFound = resolveUp(c, path[0]); if(entityFound) @@ -290,6 +290,8 @@ public final class TypeChecker } else { + /* TODO: We add module check here */ + gprintln("killl me"); return null; }