mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
listed templates can be selected by space, move the tests to community
This commit is contained in:
8
java/java-tests/testData/codeInsight/template/Toar.java
Normal file
8
java/java-tests/testData/codeInsight/template/Toar.java
Normal file
@@ -0,0 +1,8 @@
|
||||
import java.util.*;
|
||||
|
||||
class Foo {
|
||||
{
|
||||
List<String> l;
|
||||
String[] s = <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user