blob: 0d9c0b830b8d42740277d030c55d8582a1d7c251 [file] [log] [blame]
package p;
public class B {
private static class InnerTarget {
}
// move to B
private static class C {}
}