// "Replace '"a" + "b"' with constant value '"ab"'" "true" class Test { String x = ("ab"); }