blob: 0e4c822c1e6aebfee73fe16d0663ade7400dc4df [file] [log] [blame]
public class X {
int f(boolean a) {
return <spot>a ? 0 : 1</spot>;
}
}