Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package
|
||||
|
||||
public fun test(/*0*/ mc: kotlin.MutableCollection<out kotlin.CharSequence>): kotlin.Unit
|
||||
public fun test(/*0*/ mc: kotlin.collections.MutableCollection<out kotlin.CharSequence>): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user