DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / MoveMembers / test53 / out / A.java
12345678910
package p; public class A { // move to B private static String a; // move to B private static void b() {} }