import org.junit.Test; public class T { @Test public void test() { int <caret>i = 9; } }