Make sure java completion doesn't suggest classes from builtIns

Fix an undesirable sideeffect of previous changes
This commit is contained in:
Pavel V. Talanov
2017-05-15 16:55:24 +03:00
parent 798c80ed07
commit 1c5e7c4726
7 changed files with 102 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
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)" }