blob: ab07d156e79d50aa08e4a3f6f25485d0b4cea4fd [file] [log] [blame]
package object_in;
public class TestCompoundWrite3 {
TestCompoundWrite3 a;
String field;
public void foo() {
a.a.field+= "d";
}
}