blob: 08624319e91695b2cde28f4bcaf9fc0ec6ebd4dd [file] [log] [blame]
public class Test {
boolean A, B, C;
boolean f() {
return A &<caret>& B || C;
}
}