implement KtSymbolWithTypeParameters interface for KtPropertySymbol

This commit is contained in:
Jiaxiang Chen
2021-11-14 22:46:05 -08:00
committed by Ilya Kirillov
parent 30ceb49442
commit f8262a2549
31 changed files with 86 additions and 8 deletions
@@ -558,6 +558,7 @@ KtKotlinPropertySymbol:
receiverType: null
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): kotlin/collections/MutableList<E>
deprecationStatus: null
@@ -89,6 +89,7 @@ KtSyntheticJavaPropertySymbol:
receiverType: null
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): java/lang/String
deprecationStatus: null
@@ -53,6 +53,10 @@ KtKotlinPropertySymbol:
receiverType: [] test/TwoParams<TT1, TT2>
setter: null
symbolKind: CLASS_MEMBER
typeParameters: [
KtTypeParameterSymbol(TT1)
KtTypeParameterSymbol(TT2)
]
visibility: Public
getDispatchReceiver(): test/MyClass
deprecationStatus: null