This commit is contained in:
Dmitry Jemerov
2009-09-10 21:16:49 +04:00
parent db3e3f17de
commit d13d5f3ac8
21 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
import org.junit.Test;
public class T {
@Test
public void test() {
int <caret>i = 9;
}
}