DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.15-1 / org.eclipse.jdt.ui.tests.refactoring / resources / MoveInnerToTopLevel / test_secondary_3 / out / Secondary.java
123456789
package p; import q.S; final class Secondary { void f(S s){ } }