Files

11 lines
122 B
Java

class Test {
private final String test = "";
{
foo();
}
void fo<caret>o() {
if (test.isEmpty());
}
}