Update testData for changed diagnostic messages
Original commit: 7979663e6c
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ End of files
|
|||||||
Exit code: ABORT
|
Exit code: ABORT
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Class 'BA' must be declared abstract or implement abstract member public abstract fun f(c: C<Any>): Unit defined in A
|
Class 'BA' is not abstract and does not implement abstract member public abstract fun f(c: C<Any>): Unit defined in A
|
||||||
|
|
||||||
================ Step #2 =================
|
================ Step #2 =================
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -12,8 +12,8 @@ Exit code: ABORT
|
|||||||
------------------------------------------
|
------------------------------------------
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Platform declaration clash: The following declarations have the same JVM signature (function(Ljava/util/List;)V):
|
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<Any>): Unit defined in test
|
||||||
fun function(list: List<String>): Unit
|
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):
|
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<Any>): Unit defined in test
|
||||||
fun function(list: List<String>): Unit
|
fun function(list: List<String>): Unit defined in test
|
||||||
Reference in New Issue
Block a user