|
|
@ -173,7 +173,6 @@ public class VarTypeProcessor { |
|
|
|
pair = new VarVersionPair(((ConstExprent)exprent).id, -1); |
|
|
|
pair = new VarVersionPair(((ConstExprent)exprent).id, -1); |
|
|
|
} |
|
|
|
} |
|
|
|
else if (exprent.type == Exprent.EXPRENT_VAR) { |
|
|
|
else if (exprent.type == Exprent.EXPRENT_VAR) { |
|
|
|
//noinspection ConstantConditions
|
|
|
|
|
|
|
|
pair = new VarVersionPair((VarExprent)exprent); |
|
|
|
pair = new VarVersionPair((VarExprent)exprent); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -192,7 +191,6 @@ public class VarTypeProcessor { |
|
|
|
|
|
|
|
|
|
|
|
mapExprentMinTypes.put(pair, newMinType); |
|
|
|
mapExprentMinTypes.put(pair, newMinType); |
|
|
|
if (exprent.type == Exprent.EXPRENT_CONST) { |
|
|
|
if (exprent.type == Exprent.EXPRENT_CONST) { |
|
|
|
//noinspection ConstantConditions
|
|
|
|
|
|
|
|
((ConstExprent)exprent).setConstType(newMinType); |
|
|
|
((ConstExprent)exprent).setConstType(newMinType); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|