WIP: Added todo

entity_declaration_type_checking
Tristan B. V. Kildaire 2021-04-16 00:20:35 +02:00
parent c5e744cfb8
commit 173d8b8828
1 changed files with 1 additions and 1 deletions

View File

@ -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) */
}
}