fix check for ambiguous parameter names for overriding methods
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user