DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.26-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractMethodWorkSpace / ExtractMethodTests / testing / F.java
123456789
package testing; import java.lang.reflect.InvocationTargetException; public class F { public void fun() throws InvocationTargetException { } }