blob: 4e0847198c9d22c4503c070490ae82c7043ebc2f [file] [log] [blame]
package p;
class A{
int g;
public int getF() {
return (this.g);
}
}