package p;
class A{
	int m(int y){
		m(0);
		{
			int x= 1 + 2;
		}
		{
			{
				int x= 1 + 2;
			}
		}
		return 1 + 2;
	}
}