Adjust existing test data for diagnostic messages
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<!-- differentNamesForSameParameter1 -->
|
||||
Names of the parameter #1 conflict in the following members of supertypes: 'public abstract fun foo(x: kotlin.Int): kotlin.Unit defined in A, public open fun foo(y: kotlin.Int): kotlin.Unit defined in B'. This may cause problems when calling this function with named arguments.
|
||||
Names of the parameter #1 conflict in the following members of supertypes: 'public abstract fun foo(x: Int): Unit defined in A, public open fun foo(y: Int): Unit defined in B'. This may cause problems when calling this function with named arguments.
|
||||
Reference in New Issue
Block a user