Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val l: kotlin.MutableList<in kotlin.Int>
|
||||
public val l: kotlin.collections.MutableList<in kotlin.Int>
|
||||
public fun test(/*0*/ l: java.util.List<kotlin.Int>): kotlin.Unit
|
||||
|
||||
package xxx {
|
||||
|
||||
Reference in New Issue
Block a user