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