0147d725fb
Strictly speaking, callable references are not calls. However, type arguments are still inferred for references, and 'KtCall' is the only place in Analysis API that exposes call-substituted types. ^KT-66485 Fixed
18 lines
525 B
Plaintext
Vendored
18 lines
525 B
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleVariableAccessCall:
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = null
|
|
extensionReceiver = KtExplicitReceiverValue:
|
|
expression = obj
|
|
isSafeNavigation = false
|
|
type = Foo
|
|
signature = KtVariableLikeSignature:
|
|
name = foo
|
|
receiverType = Foo
|
|
returnType = kotlin.String
|
|
symbol = val foo: kotlin.String
|
|
callableIdIfNonLocal = /foo
|
|
simpleAccess = Read:
|
|
|
|
typeArgumentsMapping = {}
|