blob: ddbf59d147532e601ef6daab5d97669a6d6a847a [file]
public class X {
boolean f(boolean a, boolean b) {
<spot>return a && b</spot>;
}
}