Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ fun <Int> f(l: List<Int>) {
|
||||
}
|
||||
|
||||
// MULTIRESOLVE
|
||||
// REF: (for kotlin.List<T> in dependency).component1()
|
||||
// REF: (for kotlin.List<T> in dependency).component2()
|
||||
// REF: (for kotlin.List<T> in dependency).component3()
|
||||
// REF: (for kotlin.collections.List<T> in dependency).component1()
|
||||
// REF: (for kotlin.collections.List<T> in dependency).component2()
|
||||
// REF: (for kotlin.collections.List<T> in dependency).component3()
|
||||
|
||||
|
||||
@@ -6,4 +6,4 @@ fun foo(a: List<Int>) {
|
||||
a[<caret>"bar"] = 3
|
||||
}
|
||||
|
||||
// REF: (for kotlin.List<T> in dependency).set(kotlin.String, T)
|
||||
// REF: (for kotlin.collections.List<T> in dependency).set(kotlin.String, T)
|
||||
|
||||
Reference in New Issue
Block a user