DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractInterface / test73 / in / B.java
12345678910
package p; public class B implements OldInterface{ private void s(){ OldInterface i= find(); } private A find(){ return new A(); } }