blob: e7c66fb09172e5b9ee8066c0ab02e5e8b20518dc [file] [log] [blame]
package p;
import p.A.Inner2;
public class B {
private static class InnerTarget {
}
// move to B
private static class Inner {
String a= A.b;
String e= new A.Inner2().c;
}
}