blob: 62fd9d55cac56db25282b6ae8eb99d9d641ca8d4 [file] [log] [blame]
package p;
class A{
int f;
public int getF() {
return (this.f);
}
}