diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index 720e271..6adba87 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -90,7 +90,7 @@ public final class TypeChecker /* Variable's type */ string type = variable.getType(); - + /* TODO: Resolve type here (either built-in or class type) */ } }