1 2 3 4 5 6 7
class GeneratedOff { int x; @java.lang.SuppressWarnings("all") public int getX() { return this.x; } }