package p;

import p.A.Inner2;

class Inner{
	void foo() {
		Inner2 a;
	}
}