mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
test++
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import org.junit.*;
|
||||
public class T {
|
||||
@Test
|
||||
public void test() {
|
||||
int <caret>i = 9;
|
||||
}
|
||||
|
||||
@Before
|
||||
public void setUp(){}
|
||||
}
|
||||
Reference in New Issue
Block a user