blob: f17f07586342dbe8111ba239f63618cf7caa629c [file] [log] [blame]
class Test {
boolean foo() {
return null;
}
void bar() {
if (foo()) {
}
}
}