Update testData for changed diagnostic messages

This commit is contained in:
Dmitry Petrov
2017-05-25 10:58:12 +03:00
parent 17eab2865d
commit 7979663e6c
24 changed files with 98 additions and 98 deletions
@@ -12,8 +12,8 @@ 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
fun function(list: List<String>): Unit
fun function(list: List<Any>): Unit defined in test
fun function(list: List<String>): Unit defined in test
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
fun function(list: List<Any>): Unit
fun function(list: List<String>): Unit
fun function(list: List<Any>): Unit defined in test
fun function(list: List<String>): Unit defined in test