blob: e26e596bebf7e7a4e0f060647829405df2f73ee0 [file] [log] [blame]
package testing;
import java.lang.reflect.InvocationTargetException;
public class F {
public void fun() throws InvocationTargetException {
}
}