blob: 262eae47d2a353ecdd7bd924b06dc86d3d68164a [file] [log] [blame]
class Test {
private final String test = "";
{
foo();
}
void fo<caret>o() {
if (test.isEmpty());
}
}