blob: 75020fc82ccca07bb06608e995534845190e6dd0 [file] [log] [blame]
public class Foo {
{
int x = 0;
if (x == 0) {
<caret>
}
}
}