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