// "Convert to atomic" "true" class Test { int i = 0 + 8; int j = i + 5; String s = "i = " + i; }