DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceIndirection / test28 / out / Bar.java
1234567891011
package p; import java.io.IOException; public class Bar { protected void foo() throws IOException { } }