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