blob: 4ab668528e7292e7b383830b8f346cfff4745c76 [file] [log] [blame]
class Test {
boolean foo() {
return null;
}
void bar() {
<selection>foo()</selection>
}
}