mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
7 lines
126 B
Java
7 lines
126 B
Java
import junit.framework.TestCase;
|
|
public class T extends TestCase {
|
|
public void test() {
|
|
int <caret>i = 9;
|
|
}
|
|
}
|