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