class AugmentedAssignment { public static String x() { String text = ""; text += "something"; return text; } }