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