blob: aab1d24e649b9438c00bae06db2404f0ce6a547f [file] [log] [blame]
public class AAA {
private final int x = 42;
public int getX() {
return this.x;
}
}