fix tests in org.jetbrains.kotlin.idea.highlighter

This commit is contained in:
Michael Nedzelsky
2015-09-04 22:42:46 +03:00
parent fa97b8f91e
commit 32c66914fe
8 changed files with 8 additions and 8 deletions
@@ -1,2 +1,2 @@
<!-- differentNamesForSameParameter1 -->
Names of the parameter #1 conflict in the following members of supertypes: 'internal abstract fun foo(x: kotlin.Int): kotlin.Unit defined in A, internal 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: 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.