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