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