// "Replace '2 * 2' with constant value '4'" "true" class Test { int x = 2*2; }