From 173d8b882832f51c76571f270a932e57e4035c06 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 16 Apr 2021 00:20:35 +0200 Subject: [PATCH] WIP: Added todo --- source/tlang/compiler/typecheck/core.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ } }