blob: a4720926bddb503c83b7f3f64cad4ef97e49755d [file] [log] [blame]
package object_in;
public class TestCompoundWrite2 {
String field;
public void foo() {
field+= "d" + "e";
}
}