blob: fb64e29c5abe889072d3c9e9028709bdb1c4a57e [file] [log] [blame]
package test0113;
import java.util.*;
public class Test {
public int foo(int i ) {
try {
} catch(Exception e) {
} finally {
}
}
}