const STR = "1234";
var str = STR;
if (str != STR) {
System.println("WTF?");
}
in monkey.jungle:
project.optimization = 3z
I guess the reason it doesn't work with SDK 6.4.2 is the optimizations and constant folding (it does work with...