Fix testData in compiler: add collections and ranges package to fq-names.

This commit is contained in:
Ilya Gorbunov
2015-11-28 01:42:20 +03:00
parent 98e2d27c77
commit f4822cd757
524 changed files with 1594 additions and 1552 deletions
@@ -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 }
@@ -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
@@ -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