[Analysis API] render extra debug information for nested symbols if renders for outers

This commit is contained in:
Ilya Kirillov
2022-10-24 22:23:51 +02:00
committed by teamcity
parent 85effcc1b3
commit 4bb32f4634
77 changed files with 967 additions and 29 deletions
@@ -20,6 +20,10 @@ KtKotlinPropertySymbol:
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): Foo
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: public final fun `<get-p>`(): dynamic defined in Foo[PropertyGetterDescriptorImpl@6ee51d31]
deprecationStatus: null
hasBackingField: true
hasGetter: true
hasSetter: false
@@ -103,6 +107,8 @@ KtFunctionSymbol:
returnType: dynamic
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
visibility: Public
getDispatchReceiver(): Foo