blob: 319cc31ee811bc42498ebe561f3d222288318ae0 [file] [log] [blame]
package base_out;
public class TestTwoFragments {
int anotherField;
private int field;
void setField(int field) {
this.field = field;
}
int getField() {
return field;
}
}