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

27 lines
859 B
Plaintext
Vendored

KtSuccessCallInfo:
call = KtAnnotationCall:
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = AnnotationInner
symbol = <constructor>(value: Annotation): AnnotationInner
valueParameters = [
KtVariableLikeSignature:
name = value
receiverType = null
returnType = Annotation
symbol = value: Annotation
callableIdIfNonLocal = null
]
callableIdIfNonLocal = null
argumentMapping = {
Annotation("v1", "v2") -> (KtVariableLikeSignature:
name = value
receiverType = null
returnType = Annotation
symbol = value: Annotation
callableIdIfNonLocal = null)
}