FirClassAnySynthesizedMemberScope.kt: make it a declared member scope
Related to KT-54844, KT-58926
This commit is contained in:
committed by
Space Team
parent
0ea0346ec1
commit
668157eb41
+14
@@ -0,0 +1,14 @@
|
||||
Data:
|
||||
[Delegated]: public open override operator fun equals(other: R|kotlin/Any?|): R|kotlin/Boolean| from Use site scope of /Data [id: 0]
|
||||
[Source]: public abstract override operator fun equals(other: R|kotlin/Any?|): R|kotlin/Boolean| from Use site scope of /AnyNeighbor [id: 1]
|
||||
[Library]: public open operator fun equals(other: R|kotlin/Any?|): R|kotlin/Boolean| from Use site scope of kotlin/Any [id: 2]
|
||||
|
||||
Data:
|
||||
[Delegated]: public open override fun hashCode(): R|kotlin/Int| from Use site scope of /Data [id: 0]
|
||||
[Source]: public abstract override fun hashCode(): R|kotlin/Int| from Use site scope of /AnyNeighbor [id: 1]
|
||||
[Library]: public open fun hashCode(): R|kotlin/Int| from Use site scope of kotlin/Any [id: 2]
|
||||
|
||||
Data:
|
||||
[Delegated]: public open override fun toString(): R|kotlin/String| from Use site scope of /Data [id: 0]
|
||||
[Source]: public abstract override fun toString(): R|kotlin/String| from Use site scope of /AnyNeighbor [id: 1]
|
||||
[Library]: public open fun toString(): R|kotlin/String| from Use site scope of kotlin/Any [id: 2]
|
||||
Reference in New Issue
Block a user