DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.15-1 / org.eclipse.jdt.ui.tests.refactoring / resources / MoveInnerToTopLevel / test_secondary_8 / out / Secondary.java
12345678910111213
package p; import q.S; import q.T; final class Secondary { void f(){ S s= new S(); } void g(){ T t= new T(); } }