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:
committed by
Ilya Kirillov
parent
b3be835c6f
commit
f1bd3597f8
+4
-4
@@ -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
|
||||
Reference in New Issue
Block a user