b026678a34
^ KTIJ-24385 Temp property to store receiver is generated for `a.b++` expression. If this property's psi corresponds to receiver expr, then FirProperty would be found by mapper if receiver is requested. It works unexpectedly, because FirProperty is normally not expected by expression. This change set fake sources for generated FirProperty, so it won't be found by source psi
17 lines
560 B
Plaintext
Vendored
17 lines
560 B
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleFunctionCall:
|
|
isImplicitInvoke = false
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = KtExplicitReceiverValue:
|
|
expression = foo()
|
|
isSafeNavigation = false
|
|
type = F
|
|
extensionReceiver = null
|
|
signature = KtFunctionLikeSignature:
|
|
receiverType = null
|
|
returnType = F
|
|
symbol = /F.peek(<dispatch receiver>: F): F
|
|
valueParameters = []
|
|
callableIdIfNonLocal = /F.peek
|
|
typeArgumentsMapping = {}
|
|
argumentMapping = {} |