blob: b6248b9b185867993ac903ba7879371b1739ab53 [file] [log] [blame]
public class X {
int f(boolean a) {
return a ? 2 : 1;
}
}