blob: 38a7ffe7d62fb161158382440cd5e7bb409792e2 [file] [log] [blame]
package p;
public class A {
// move to B
private static void b() {}
// move to B
private static class C {}
}