DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractInterface / test5 / out / I.java
12345678910
package p; import java.io.IOException; /** typecomment template*/ interface I { void m() throws IOException; }