"Rename on import" hides importing of the same symbol by other imports with the original name
This commit is contained in:
+3
-2
@@ -2,8 +2,9 @@ package
|
||||
|
||||
package a {
|
||||
|
||||
public final class A {
|
||||
public constructor A()
|
||||
public interface A {
|
||||
public abstract val a: a.A
|
||||
public abstract val b: a.A
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user