blob: f701b63023cc4cc599467c683a4a09f26b49efc7 [file]
package p;
//renaming A.m to fred
class A{
int fred(int m){
return fred(fred(m));
}
}