Files
kotlin-fork/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertySetter.txt
T
2022-06-22 09:31:45 +02:00

16 lines
500 B
Plaintext
Vendored

KtSuccessCallInfo:
call = KtSimpleVariableAccessCall:
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = KtExplicitReceiverValue:
expression = ktClass
isSafeNavigation = false
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
receiverType = null
returnType = kotlin.Int
symbol = var foo: kotlin.Int
callableIdIfNonLocal = /KtClass.foo
simpleAccess = Write:
value = 42