blob: a4cfffcfddf70319543e9ada98afe6c3b30d471d [file] [log] [blame]
package return_in;
public class A_test716 {
public boolean flag;
public boolean foo() {
/*]*/if (flag)
return false;
else
throw new NullPointerException();/*[*/
}
}