TIme for expression checking
parent
7bd8bfdde0
commit
9cf1a181a2
|
@ -156,7 +156,7 @@ public final class TypeChecker
|
|||
if(cast(Number)type)
|
||||
{
|
||||
/* TODO: Mark it as ready-for-reference */
|
||||
type.mark();
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module myModule;
|
||||
|
||||
|
||||
int x;
|
||||
int x =1;
|
||||
ubyte y;
|
||||
|
||||
int a;
|
||||
|
|
Loading…
Reference in New Issue