blob: f9403d32b84237622daef1747f7da286690d1578 [file] [log] [blame]
public class Foo {
{
int a;
a = 1;
if (a == 1) {
<caret>
}
a = 2;
}
}