Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ class C(val handler: () -> Unit) {
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: { lookupString: "strings : List", itemText: "strings: List<String>", tailText: " (kotlin)" }
|
||||
// EXIST: { lookupString: "numbers : List", itemText: "numbers: List<Int>", tailText: " (kotlin)" }
|
||||
// EXIST: { lookupString: "strings : List", itemText: "strings: List<String>", tailText: " (kotlin.collections)" }
|
||||
// EXIST: { lookupString: "numbers : List", itemText: "numbers: List<Int>", tailText: " (kotlin.collections)" }
|
||||
// EXIST: { lookupString: "value : Any", itemText: "value: Any?", tailText: " (kotlin)" }
|
||||
// EXIST_JAVA_ONLY: { lookupString: "value : File", itemText: "value: File", tailText: " (java.io)" }
|
||||
// EXIST: { lookupString: "handler : (() -> String)?", itemText: "handler: (() -> String)?", tailText: null }
|
||||
|
||||
Vendored
+1
-1
@@ -15,5 +15,5 @@ class X {
|
||||
fun foo(neste<caret>)
|
||||
|
||||
// EXIST: { itemText: "nested: X.PublicNested", tailText: " (ppp)" }
|
||||
// EXIST: { itemText: "nestedList: List<X.PublicNested>", tailText: " (kotlin)" }
|
||||
// EXIST: { itemText: "nestedList: List<X.PublicNested>", tailText: " (kotlin.collections)" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
idea/idea-completion/testData/basic/common/parameterNameAndType/ParametersInFileInaccessibleType2.kt
Vendored
+1
-1
@@ -15,5 +15,5 @@ class X {
|
||||
class C(val neste<caret>)
|
||||
|
||||
// EXIST: { itemText: "nested: X.PublicNested", tailText: " (ppp)" }
|
||||
// EXIST: { itemText: "nestedList: List<X.PublicNested>", tailText: " (kotlin)" }
|
||||
// EXIST: { itemText: "nestedList: List<X.PublicNested>", tailText: " (kotlin.collections)" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user