Files
kotlin-fork/idea/testData/diagnosticMessage/differentNamesForSameParameter1.txt
T
2016-02-26 14:45:06 +03:00

2 lines
290 B
Plaintext
Vendored

<!-- differentNamesForSameParameter1 -->
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.