Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -2,4 +2,4 @@ package
|
||||
|
||||
public fun fn(): kotlin.Unit
|
||||
public fun getArray(): kotlin.Array<kotlin.Int>
|
||||
public fun getList(): kotlin.MutableList<kotlin.Int>
|
||||
public fun getList(): kotlin.collections.MutableList<kotlin.Int>
|
||||
|
||||
Reference in New Issue
Block a user