blob: 094f989af1688d49b75d1e8fc49d11b641e94de9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
class PlaceFillerToMakeSurePositionIsRelevant {
}
class GetterOnMethodErrors {
private int test;
@java.lang.SuppressWarnings("all")
@javax.annotation.Generated("lombok")
public int getTest() {
return this.test;
}
}
|