mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
9 lines
132 B
Java
9 lines
132 B
Java
import org.junit.*;
|
|
public class T {
|
|
@Test
|
|
public void test() {
|
|
int <caret>i = 9;
|
|
}
|
|
|
|
public void setUp(){}
|
|
} |