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