//renaming A.m to k 
package p;

class A{
	void k(){}
	{
		new A().k();
	}
}