blob: aca5f90aa689b0c65dd5d12ff9fd9b8d0d9e57f8 [file]
class X {
void m() {
String s = getStr();
s<caret>
}
}