eb8820f549
Original commit: 9c880de735
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
Cleaning output files:
|
|
out/production/module/test/TestPackage$fun2$*.class
|
|
out/production/module/test/TestPackage.class
|
|
End of files
|
|
Compiling files:
|
|
src/fun2.kt
|
|
End of files
|
|
COMPILATION FAILED
|
|
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.List<kotlin.String>): kotlin.Unit |