4720a0faa7
We should not expect builtins to be always available as they are taken from indecies. For K1 and FIR Standalone implementations, the builtins are always available. ^KT-62957 fixed
31 lines
1.0 KiB
Plaintext
Vendored
31 lines
1.0 KiB
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleFunctionCall:
|
|
isImplicitInvoke = false
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = KtExplicitReceiverValue:
|
|
expression = 1
|
|
isSafeNavigation = false
|
|
type = kotlin.Int
|
|
extensionReceiver = null
|
|
signature = KtFunctionLikeSignature:
|
|
receiverType = null
|
|
returnType = kotlin.Boolean
|
|
symbol = kotlin/Int.equals(<dispatch receiver>: kotlin.Int, other: kotlin.Any?): kotlin.Boolean
|
|
valueParameters = [
|
|
KtVariableLikeSignature:
|
|
name = other
|
|
receiverType = null
|
|
returnType = kotlin.Any?
|
|
symbol = other: kotlin.Any?
|
|
callableIdIfNonLocal = null
|
|
]
|
|
callableIdIfNonLocal = kotlin/Int.equals
|
|
typeArgumentsMapping = {}
|
|
argumentMapping = {
|
|
2 -> (KtVariableLikeSignature:
|
|
name = other
|
|
receiverType = null
|
|
returnType = kotlin.Any?
|
|
symbol = other: kotlin.Any?
|
|
callableIdIfNonLocal = null)
|
|
} |