FE1.0 Analysis API: make KtSymbol only reference declaration-site subst-overrides

This is the FE1.0 counterpart of fa8bb47bdf
This commit is contained in:
Tianyu Geng
2021-12-02 15:18:18 -08:00
committed by Ilya Kirillov
parent b3be835c6f
commit f1bd3597f8
34 changed files with 974 additions and 25 deletions
@@ -1,6 +1,6 @@
KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: test/TopLevel.Child.withOuter
callableIdIfNonLocal: test/TopLevel.Base.withOuter
hasStableParameterNames: true
isBuiltinFunctionInvoke: false
isExtension: false
@@ -13,12 +13,12 @@ KtFunctionSymbol:
isSuspend: false
modality: FINAL
name: withOuter
origin: SOURCE
origin: LIBRARY
receiverType: null
returnType: Outer?
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): test/TopLevel<Outer>.test/TopLevel.Base<test/SomeClass>
deprecationStatus: null
getDispatchReceiver(): test/TopLevel<Outer>.test/TopLevel.Base<T>
deprecationStatus: null