FIR: don't create intersection override for duplicating symbols
This commit is contained in:
@@ -1223,8 +1223,8 @@ KtFirFunctionSymbol:
|
||||
annotatedType: [] kotlin/Boolean
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
callableIdIfNonLocal: kotlin.Int.equals
|
||||
dispatchType: kotlin/Int
|
||||
callableIdIfNonLocal: kotlin.Any.equals
|
||||
dispatchType: kotlin/Any
|
||||
isExtension: false
|
||||
isExternal: false
|
||||
isInline: false
|
||||
@@ -1233,7 +1233,7 @@ KtFirFunctionSymbol:
|
||||
isSuspend: false
|
||||
modality: OPEN
|
||||
name: equals
|
||||
origin: INTERSECTION_OVERRIDE
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
typeParameters: []
|
||||
@@ -1244,8 +1244,8 @@ KtFirFunctionSymbol:
|
||||
annotatedType: [] kotlin/Int
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
callableIdIfNonLocal: kotlin.Int.hashCode
|
||||
dispatchType: kotlin/Int
|
||||
callableIdIfNonLocal: kotlin.Any.hashCode
|
||||
dispatchType: kotlin/Any
|
||||
isExtension: false
|
||||
isExternal: false
|
||||
isInline: false
|
||||
@@ -1254,7 +1254,7 @@ KtFirFunctionSymbol:
|
||||
isSuspend: false
|
||||
modality: OPEN
|
||||
name: hashCode
|
||||
origin: INTERSECTION_OVERRIDE
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
typeParameters: []
|
||||
@@ -1265,8 +1265,8 @@ KtFirFunctionSymbol:
|
||||
annotatedType: [] kotlin/String
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
callableIdIfNonLocal: kotlin.Int.toString
|
||||
dispatchType: kotlin/Int
|
||||
callableIdIfNonLocal: kotlin.Any.toString
|
||||
dispatchType: kotlin/Any
|
||||
isExtension: false
|
||||
isExternal: false
|
||||
isInline: false
|
||||
@@ -1275,7 +1275,7 @@ KtFirFunctionSymbol:
|
||||
isSuspend: false
|
||||
modality: OPEN
|
||||
name: toString
|
||||
origin: INTERSECTION_OVERRIDE
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
typeParameters: []
|
||||
|
||||
@@ -449,8 +449,8 @@ KtFirFunctionSymbol:
|
||||
annotatedType: [] kotlin/Boolean
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
callableIdIfNonLocal: kotlin.collections.MutableList.equals
|
||||
dispatchType: kotlin/collections/MutableList<E>
|
||||
callableIdIfNonLocal: kotlin.Any.equals
|
||||
dispatchType: kotlin/Any
|
||||
isExtension: false
|
||||
isExternal: false
|
||||
isInline: false
|
||||
@@ -459,7 +459,7 @@ KtFirFunctionSymbol:
|
||||
isSuspend: false
|
||||
modality: OPEN
|
||||
name: equals
|
||||
origin: INTERSECTION_OVERRIDE
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
typeParameters: []
|
||||
@@ -470,8 +470,8 @@ KtFirFunctionSymbol:
|
||||
annotatedType: [] kotlin/Int
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
callableIdIfNonLocal: kotlin.collections.MutableList.hashCode
|
||||
dispatchType: kotlin/collections/MutableList<E>
|
||||
callableIdIfNonLocal: kotlin.Any.hashCode
|
||||
dispatchType: kotlin/Any
|
||||
isExtension: false
|
||||
isExternal: false
|
||||
isInline: false
|
||||
@@ -480,7 +480,7 @@ KtFirFunctionSymbol:
|
||||
isSuspend: false
|
||||
modality: OPEN
|
||||
name: hashCode
|
||||
origin: INTERSECTION_OVERRIDE
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
typeParameters: []
|
||||
@@ -491,8 +491,8 @@ KtFirFunctionSymbol:
|
||||
annotatedType: [] kotlin/String
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
callableIdIfNonLocal: kotlin.collections.MutableList.toString
|
||||
dispatchType: kotlin/collections/MutableList<E>
|
||||
callableIdIfNonLocal: kotlin.Any.toString
|
||||
dispatchType: kotlin/Any
|
||||
isExtension: false
|
||||
isExternal: false
|
||||
isInline: false
|
||||
@@ -501,7 +501,7 @@ KtFirFunctionSymbol:
|
||||
isSuspend: false
|
||||
modality: OPEN
|
||||
name: toString
|
||||
origin: INTERSECTION_OVERRIDE
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user