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: