blob: 86813bd204072c8d8134e275ae2edf207c421887 (
plain)
1
2
3
4
5
6
7
8
9
|
class PlaceFillerToMakeSurePositionIsRelevant {
}
class GetterOnMethodErrors {
private int test;
@java.lang.SuppressWarnings("all")
public int getTest() {
return this.test;
}
}
|