Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
public fun ff(/*0*/ p: kotlin.List<kotlin.CharSequence>): kotlin.Int
|
||||
public fun ff(/*0*/ p: kotlin.collections.List<kotlin.CharSequence>): kotlin.Int
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
public fun ff(/*0*/ p: kotlin.List<java.lang.CharSequence?>): kotlin.Int
|
||||
public fun ff(/*0*/ p: kotlin.collections.List<java.lang.CharSequence?>): kotlin.Int
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
public fun ffgg(): kotlin.List<kotlin.CharSequence>
|
||||
public fun ffgg(): kotlin.collections.List<kotlin.CharSequence>
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
public fun ffgg(): kotlin.List<kotlin.CharSequence?>
|
||||
public fun ffgg(): kotlin.collections.List<kotlin.CharSequence?>
|
||||
|
||||
Reference in New Issue
Block a user