package p;
class Inner{
	/** Comment */
	private A a;

	Inner(A a0){
		super();
		this.a = a0;
	}
}