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,6 @@
|
||||
import junit.framework.TestCase;
|
||||
public class T extends TestCase {
|
||||
public void test() {
|
||||
int <caret>i = 9;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user