blob: b3d22d88951bda914d9b43997edfb946d1f67c0d [file] [log] [blame]
package p;
class T {
int r(){return 4;}
void f(){
int temp= r();
}
}