7e5316b9f1
It looks like java completion doesn't use () anymore.
9 lines
228 B
Plaintext
Vendored
9 lines
228 B
Plaintext
Vendored
public class Testing {
|
|
public static void test() {
|
|
List<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: EmptyList
|
|
// EXIST: { lookupString:List,tailText:"<E> java.util" }
|
|
// ABSENT: { lookupString:List,tailText:"<E> kotlin.collections" } |