//renaming A.m to k 
package p;

class A{
	void m(){
		this.m();
	}
}