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