blob: a69966ecfffc4c51a3bf7f1123fac4b99205eb35 (
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;
}
}
|