implement KtSymbolWithTypeParameters interface for KtPropertySymbol
This commit is contained in:
committed by
Ilya Kirillov
parent
30ceb49442
commit
f8262a2549
@@ -74,6 +74,7 @@ KtKotlinPropertySymbol:
|
||||
receiverType: null
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): <anonymous>
|
||||
deprecationStatus: null
|
||||
@@ -117,6 +118,7 @@ KtKotlinPropertySymbol:
|
||||
receiverType: null
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): Style
|
||||
deprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user