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