blob: 7777953c60cc34a59938416122e9d2e572dc2944 [file] [log] [blame]
public class X {
int f(boolean b) {
if (b) {
return 1;
}
return 0;
}
}