blob: c0c00bea3abce95354c4796abd5f94fc5717707f [file] [log] [blame]
package test0121;
import java.util.*;
public class Test {
public int foo(Exception e) {
if (true) {}
else ;
}
}