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