Fix AA/LC behavior accordingly to changes related to KT-54844
This commit is contained in:
committed by
Space Team
parent
2a825f8df1
commit
5304afb097
-31
@@ -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)
|
||||
}
|
||||
Vendored
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user