DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractInterface18 / testExtractInterfaceFromClass / out / B.java
12345678
package p; /** typecomment template*/ public interface B { void m1(String s); }