import junit.framework.TestCase; public class T extends TestCase { public void test() { int <caret>i = 9; } }