package p;


public class A {
	
	static class SomeInner {
		
		static String a;
	}
	
	{
		new Inner().b= "";
	}
	
}
