DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.26-1 / org.eclipse.jdt.ui.tests.refactoring / resources / MoveInnerToTopLevel / test_secondary_2 / out / A.java
12345678910
package p; public class A { class B { void B(){ Secondary s= new Secondary(); } } }