blob: 75ee1f5ae00da637a7687ed593640010f038c97b [file] [log] [blame]
public class X {
boolean f(boolean a) {
return a?3:4;
}
}