Fix AA/LC behavior accordingly to changes related to KT-54844

This commit is contained in:
Mikhail Glukhikh
2023-05-04 10:51:03 +02:00
committed by Space Team
parent 2a825f8df1
commit 5304afb097
5 changed files with 25 additions and 76 deletions
@@ -1,31 +0,0 @@
KtSuccessCallInfo:
call = KtSimpleFunctionCall:
isImplicitInvoke = false
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = KtExplicitReceiverValue:
expression = d1
isSafeNavigation = false
type = D
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = kotlin.Boolean
symbol = /D.equals(<dispatch receiver>: D, other: kotlin.Any?): kotlin.Boolean
valueParameters = [
KtVariableLikeSignature:
name = other
receiverType = null
returnType = kotlin.Any?
symbol = other: kotlin.Any?
callableIdIfNonLocal = null
]
callableIdIfNonLocal = /D.equals
typeArgumentsMapping = {}
argumentMapping = {
d2 -> (KtVariableLikeSignature:
name = other
receiverType = null
returnType = kotlin.Any?
symbol = other: kotlin.Any?
callableIdIfNonLocal = null)
}
@@ -10,7 +10,7 @@ KtSuccessCallInfo:
signature = KtFunctionLikeSignature:
receiverType = null
returnType = kotlin.Boolean
symbol = kotlin/Any.equals(<dispatch receiver>: kotlin.Any, other: kotlin.Any?): kotlin.Boolean
symbol = /D.equals(<dispatch receiver>: D, other: kotlin.Any?): kotlin.Boolean
valueParameters = [
KtVariableLikeSignature:
name = other
@@ -19,7 +19,7 @@ KtSuccessCallInfo:
symbol = other: kotlin.Any?
callableIdIfNonLocal = null
]
callableIdIfNonLocal = kotlin/Any.equals
callableIdIfNonLocal = /D.equals
typeArgumentsMapping = {}
argumentMapping = {
d2 -> (KtVariableLikeSignature:
@@ -583,7 +583,7 @@ KtFunctionSymbol:
KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: kotlin/Any.equals
callableIdIfNonLocal: /Abc.equals
contextReceivers: []
contractEffects: []
hasStableParameterNames: true
@@ -598,7 +598,7 @@ KtFunctionSymbol:
isSuspend: false
modality: OPEN
name: equals
origin: LIBRARY
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: KtUsualClassType:
annotationsList: []
@@ -619,7 +619,7 @@ KtFunctionSymbol:
isNoinline: false
isVararg: false
name: other
origin: LIBRARY
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: KtUsualClassType:
annotationsList: []
@@ -627,20 +627,20 @@ KtFunctionSymbol:
type: kotlin/Any?
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
visibility: Public
getDispatchReceiver(): KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: kotlin/Any
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
type: Abc
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: kotlin/Any.hashCode
callableIdIfNonLocal: /Abc.hashCode
contextReceivers: []
contractEffects: []
hasStableParameterNames: true
@@ -655,7 +655,7 @@ KtFunctionSymbol:
isSuspend: false
modality: OPEN
name: hashCode
origin: LIBRARY
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: KtUsualClassType:
annotationsList: []
@@ -668,13 +668,13 @@ KtFunctionSymbol:
getDispatchReceiver(): KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: kotlin/Any
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
type: Abc
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: kotlin/Any.toString
callableIdIfNonLocal: /Abc.toString
contextReceivers: []
contractEffects: []
hasStableParameterNames: true
@@ -689,7 +689,7 @@ KtFunctionSymbol:
isSuspend: false
modality: OPEN
name: toString
origin: LIBRARY
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: KtUsualClassType:
annotationsList: []
@@ -702,8 +702,8 @@ KtFunctionSymbol:
getDispatchReceiver(): KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: kotlin/Any
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
type: Abc
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
KtConstructorSymbol: