Adjust existing test data for diagnostic messages

This commit is contained in:
Pavel V. Talanov
2016-02-16 15:35:59 +03:00
parent e4cf090720
commit 4ab5aabfa0
33 changed files with 70 additions and 70 deletions
@@ -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.