package invalidSelection; public class A_test143 { public boolean foo() { /*]*/try { return true; } catch (Exception e) { }/*[*/ return false; } }