8befbc6375
This is a temporary fix to avoid crashes in FIR IDE Of all stub types, only `ConeStubTypeForChainInference` is handled now, so we can catch the other possible errors with stub types (in the delegates' inference, for example) The fix introduced in this commit should be reworked when KT-50916 is fixed ^KTIJ-20826 Fixed
25 lines
818 B
Plaintext
Vendored
25 lines
818 B
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleFunctionCall:
|
|
isImplicitInvoke = false
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = KtImplicitReceiverValue:
|
|
symbol = KtReceiverParameterSymbol:
|
|
origin: SOURCE
|
|
type: test/Target<kotlin/String>
|
|
extensionReceiver = null
|
|
signature = KtFunctionLikeSignature:
|
|
receiverType = null
|
|
returnType = kotlin.Unit
|
|
symbol = test/Target.add(<dispatch receiver>: test.Target<T>, t: T): kotlin.Unit
|
|
valueParameters = [
|
|
KtVariableLikeSignature:
|
|
receiverType = null
|
|
returnType = T
|
|
symbol = t: T
|
|
]
|
|
argumentMapping = {
|
|
s -> (KtVariableLikeSignature:
|
|
receiverType = null
|
|
returnType = T
|
|
symbol = t: T)
|
|
} |