Fix testData in compiler: add collections and ranges package to fq-names.
Original commit: f4822cd757
This commit is contained in:
+4
-4
@@ -8,8 +8,8 @@ src/fun2.kt
|
|||||||
End of files
|
End of files
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
|
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
|
||||||
fun function(list: kotlin.List<kotlin.Any>): kotlin.Unit
|
fun function(list: kotlin.collections.List<kotlin.Any>): kotlin.Unit
|
||||||
fun function(list: kotlin.List<kotlin.String>): kotlin.Unit
|
fun function(list: kotlin.collections.List<kotlin.String>): kotlin.Unit
|
||||||
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
|
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
|
||||||
fun function(list: kotlin.List<kotlin.Any>): kotlin.Unit
|
fun function(list: kotlin.collections.List<kotlin.Any>): kotlin.Unit
|
||||||
fun function(list: kotlin.List<kotlin.String>): kotlin.Unit
|
fun function(list: kotlin.collections.List<kotlin.String>): kotlin.Unit
|
||||||
Reference in New Issue
Block a user