Update testData after changes in diagnostics

This commit is contained in:
Dmitry Petrov
2017-05-26 10:26:30 +03:00
parent 2c83718452
commit c83b764c73
89 changed files with 91 additions and 91 deletions
@@ -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