5be153cd65
Review: https://jetbrains.team/p/kt/reviews/7652 Put this change into a separate commit because: 1. The change is boring and clutters the diff of the first commit 2. The first commits is already too big
38 lines
983 B
Plaintext
Vendored
38 lines
983 B
Plaintext
Vendored
KtFunctionSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: /foo
|
|
contextReceivers: []
|
|
contractEffects: []
|
|
hasStableParameterNames: true
|
|
isBuiltinFunctionInvoke: false
|
|
isExtension: true
|
|
isExternal: false
|
|
isInfix: false
|
|
isInline: false
|
|
isOperator: false
|
|
isOverride: false
|
|
isStatic: false
|
|
isSuspend: false
|
|
modality: FINAL
|
|
name: foo
|
|
origin: SOURCE
|
|
receiverParameter: KtReceiverParameterSymbol:
|
|
annotationsList: [
|
|
ReceiverAnnotation()
|
|
psi: KtAnnotationEntry
|
|
]
|
|
origin: SOURCE
|
|
owningCallableSymbol: KtFunctionSymbol(/foo)
|
|
type: [
|
|
ReceiverTypeAnnotation()
|
|
psi: KtAnnotationEntry
|
|
] @R|ReceiverTypeAnnotation|() kotlin/Int
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
returnType: kotlin/Unit
|
|
symbolKind: TOP_LEVEL
|
|
typeParameters: []
|
|
valueParameters: []
|
|
visibility: Public
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null |