AA: make KtCallableSymbol a subtype of KtAnnotatedSymbol
This commit is contained in:
@@ -87,6 +87,7 @@ KtNamedClassOrObjectSymbol:
|
||||
deprecationStatus: null
|
||||
|
||||
KtAnonymousFunctionSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
hasStableParameterNames: true
|
||||
isExtension: false
|
||||
@@ -132,6 +133,7 @@ KtKotlinPropertySymbol:
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtAnonymousFunctionSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
hasStableParameterNames: true
|
||||
isExtension: false
|
||||
@@ -229,4 +231,4 @@ KtNamedClassOrObjectSymbol:
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
Reference in New Issue
Block a user