blob: 83b531f2c0b9daa1db885d1c467a81f8fe172a08 [file] [log] [blame]
package wiki_in;
import java.io.IOException;
public class A_test2005 {
static void fun() throws IOException {
}
public static void main(String args[]) {
try {
/*]*/
fun();
/*[*/
} catch (Exception e) {
}
}
}