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