Files
kotlin-fork/analysis/analysis-api/testData/components/callResolver/resolveCall/invalidCode/incompleteCodeWithAmbiguity.txt
T
2022-11-18 20:59:31 +01:00

49 lines
1.5 KiB
Plaintext
Vendored

KtErrorCallInfo:
candidateCalls = [
KtSimpleFunctionCall:
isImplicitInvoke = false
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = Foo<T>
symbol = <constructor>(len: kotlin.Int): Foo<T>
valueParameters = [
KtVariableLikeSignature:
name = len
receiverType = null
returnType = kotlin.Int
symbol = len: kotlin.Int
callableIdIfNonLocal = null
]
callableIdIfNonLocal = null
typeArgumentsMapping = {
T -> (kotlin.String)
}
argumentMapping = {},
KtSimpleFunctionCall:
isImplicitInvoke = false
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = Foo<T>
symbol = <constructor>(s: kotlin.String): Foo<T>
valueParameters = [
KtVariableLikeSignature:
name = s
receiverType = null
returnType = kotlin.String
symbol = s: kotlin.String
callableIdIfNonLocal = null
]
callableIdIfNonLocal = null
typeArgumentsMapping = {
T -> (kotlin.String)
}
argumentMapping = {}
]
diagnostic = ERROR<null: Inapplicable candidate>