fix check for ambiguous parameter names for overriding methods

This commit is contained in:
Michael Nedzelsky
2015-10-10 01:43:36 +03:00
parent c3d3160345
commit 396f38e9b3
3 changed files with 11 additions and 6 deletions
@@ -1,6 +1,7 @@
package
public fun test(/*0*/ d: D): kotlin.Unit
public fun test1(/*0*/ d: D): kotlin.Unit
public fun test2(/*0*/ c: C): kotlin.Unit
public interface A {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean