package p; //renaming A.m to fred class A{ int fred(int m){ return fred(fred(m)); } }