blob: 93010210e88b1362ad244575245e92ebaa1016c0 [file] [log] [blame]
class Test {
String foo() {
return null;
}
void bar() {
<selection>foo()</selection>.toLowerCase()
}
}