DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractInterface / test107 / out / I.java
12345678
package p; /** typecomment template*/ public interface I { void m2(); }