blob: 3cface4f2d89ae9c2ac58057220e801fc0e12e43 [file] [log] [blame]
public class Foo {
void m() {
boolean foo = true && false;<caret>
}
}