package p;
final class SomeInner {
	SomeInner() {}
	private SomeInner(String unused) {}
	void usedMethod() {}
	private void unusedMethod() {}
}