package p;

public class A {

	// move to top
	private class Inner {
		private String a; 
	}

}
