@ -346,7 +346,7 @@ public final class Parser
parseExpression();
nextToken();
}
@ -40,11 +40,11 @@ void main(int hello, byte d)
print(1+1);
ubyte eish = 1+1;
ubyte eish = (1+1);
ubyte poes = ((1+1));
if(1+1)
if(((1+1)))
{
if(1)