TIme for expression checking

static_support
Tristan B. V. Kildaire 2021-06-04 11:57:25 +02:00
parent 7bd8bfdde0
commit 9cf1a181a2
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ public final class TypeChecker
if(cast(Number)type)
{
/* TODO: Mark it as ready-for-reference */
type.mark();
}
else
{

View File

@ -1,7 +1,7 @@
module myModule;
int x;
int x =1;
ubyte y;
int a;