blob: 4628b3c7b228c198261a8903747cf372df8ca1bf [file]
package annotations.tests.classfile.cases;
public class TestFieldSimple {
public int i;
private int j;
protected Object o;
String s = null;
TestFieldSimple f = null;
}