Update testData after changes in diagnostics

Original commit: c83b764c73
This commit is contained in:
Dmitry Petrov
2017-05-26 10:26:30 +03:00
parent cb8ab93160
commit 8077289242
2 changed files with 3 additions and 3 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