1 2 3 4 5 6 7 8
class GetterNone { int i; int foo; @java.lang.SuppressWarnings("all") public int getI() { return this.i; } }