Update testData after changes in diagnostics
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ Exit code: ABORT
|
||||
COMPILATION FAILED
|
||||
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
|
||||
fun function(list: List<Any>): Unit defined in test
|
||||
fun function(list: List<String>): Unit defined in test
|
||||
fun function(list: List<String>): Unit defined in test in file fun2.kt
|
||||
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
|
||||
fun function(list: List<Any>): Unit defined in test
|
||||
fun function(list: List<String>): Unit defined in test
|
||||
fun function(list: List<String>): Unit defined in test in file fun2.kt
|
||||
@@ -10,4 +10,4 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Conflicting overloads: public fun function(): Unit defined in test, public fun function(): Unit defined in test
|
||||
Conflicting overloads: public fun function(): Unit defined in test in file fun2.kt, public fun function(): Unit defined in test
|
||||
Reference in New Issue
Block a user