blob: 9516787b4e01192dd951108083327817e12bc5d0 [file] [log] [blame]
import java.lang.Boolean;
class Test {
Boolean foo() {
return null;
}
void bar() {
<selection>foo()</selection>
}
}