blob: cc96b34d57e400f9aac91a050c0fb8be0bd3743d [file] [log] [blame]
import junit.framework.TestCase;
public class T extends TestCase {
public void test() {
int <caret>i = 9;
}
}