Analysis API: update testdata after removing KtTypeAndAnnotations
This commit is contained in:
+14
-20
@@ -1,7 +1,5 @@
|
||||
KtValueParameterSymbol:
|
||||
annotatedType: [] kotlin/String
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
hasDefaultValue: false
|
||||
isExtension: false
|
||||
@@ -10,12 +8,11 @@ KtValueParameterSymbol:
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
symbolKind: LOCAL
|
||||
type: kotlin/String
|
||||
deprecationStatus: null
|
||||
|
||||
KtConstructorSymbol:
|
||||
annotatedType: [] Style
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
containingClassIdIfNonLocal: Style
|
||||
hasStableParameterNames: true
|
||||
@@ -24,6 +21,7 @@ KtConstructorSymbol:
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
type: Style
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol(value)
|
||||
@@ -32,9 +30,7 @@ KtConstructorSymbol:
|
||||
deprecationStatus: null
|
||||
|
||||
KtPropertyGetterSymbol:
|
||||
annotatedType: [] kotlin/String
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
hasBody: true
|
||||
hasStableParameterNames: true
|
||||
@@ -46,15 +42,14 @@ KtPropertyGetterSymbol:
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
symbolKind: ACCESSOR
|
||||
type: kotlin/String
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): Style.SHEET
|
||||
deprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotatedType: [] kotlin/String
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
getter: KtPropertyGetterSymbol(<getter>)
|
||||
hasBackingField: false
|
||||
@@ -75,6 +70,7 @@ KtKotlinPropertySymbol:
|
||||
receiverType: null
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
type: kotlin/String
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): Style.SHEET
|
||||
@@ -85,7 +81,6 @@ KtKotlinPropertySymbol:
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtEnumEntrySymbol:
|
||||
annotatedType: [] Style
|
||||
callableIdIfNonLocal: /Style.SHEET
|
||||
containingEnumClassIdIfNonLocal: Style
|
||||
isExtension: false
|
||||
@@ -93,12 +88,11 @@ KtEnumEntrySymbol:
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
type: Style
|
||||
deprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotatedType: [] kotlin/String
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: /Style.exitAnimation
|
||||
getter: KtPropertyGetterSymbol(<getter>)
|
||||
hasBackingField: false
|
||||
@@ -119,6 +113,7 @@ KtKotlinPropertySymbol:
|
||||
receiverType: null
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
type: kotlin/String
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): Style
|
||||
@@ -129,8 +124,7 @@ KtKotlinPropertySymbol:
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtNamedClassOrObjectSymbol:
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
annotationsList: []
|
||||
classIdIfNonLocal: Style
|
||||
classKind: ENUM_CLASS
|
||||
companionObject: null
|
||||
@@ -143,9 +137,9 @@ KtNamedClassOrObjectSymbol:
|
||||
name: Style
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
[] kotlin/Enum<Style>
|
||||
kotlin/Enum<Style>
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
Reference in New Issue
Block a user