//renaming A.m to fred package p; public class A{ private int m(int m) { return m ( m ) ; } void k(){ A a= new A(); a . m ( a . m ( 6 ) ); } }