Layout cosmetics

This commit is contained in:
igor%mir2.org 2004-04-18 16:26:32 +00:00
parent ecc9e813d8
commit 2957c844ca

View File

@ -398,9 +398,9 @@ public class Block {
case Token.LSH:
case Token.RSH:
case Token.URSH:
case Token.SUB : {
return Optimizer.NumberType;
}
case Token.SUB :
return Optimizer.NumberType;
case Token.ADD : {
// if the lhs & rhs are known to be numbers, we can be sure that's
// the result, otherwise it could be a string.