blob: 043a587757119040fd42e2eb1e8fbbce639154e7 [file] [log] [blame]
public class TestCase {
Object field;
int foo() {
}
{
int a = foo()<caret> + 2;
}
}