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
27 lines
646 B
Plaintext
Vendored
27 lines
646 B
Plaintext
Vendored
KtFunctionSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
contextReceivers: []
|
|
contractEffects: []
|
|
hasStableParameterNames: true
|
|
isBuiltinFunctionInvoke: false
|
|
isExtension: false
|
|
isExternal: false
|
|
isInfix: false
|
|
isInline: false
|
|
isOperator: false
|
|
isOverride: false
|
|
isStatic: false
|
|
isSuspend: false
|
|
modality: FINAL
|
|
name: withOuter
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: Outer?
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
valueParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): test/Base<Outer>
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null |