Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package
|
||||
|
||||
public fun test1(): kotlin.Unit
|
||||
public fun test2(/*0*/ l: kotlin.List<[ERROR : AA]>): kotlin.Unit
|
||||
public fun test2(/*0*/ l: kotlin.collections.List<[ERROR : AA]>): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user