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