Analysis API: update testdata after removing KtTypeAndAnnotations

This commit is contained in:
Ilya Kirillov
2021-11-18 15:02:12 +01:00
parent a5a5ff39d6
commit bdde70312d
59 changed files with 851 additions and 1303 deletions
@@ -1,5 +1,4 @@
KtBackingFieldSymbol:
annotatedType: [] kotlin/Int
callableIdIfNonLocal: null
isExtension: false
name: field
@@ -7,4 +6,5 @@ KtBackingFieldSymbol:
owningProperty: KtKotlinPropertySymbol(/x)
receiverType: null
symbolKind: LOCAL
deprecationStatus: null
type: kotlin/Int
deprecationStatus: null
@@ -1,7 +1,5 @@
KtConstructorSymbol:
annotatedType: [] java/util/ArrayList<E>
annotationClassIds: []
annotations: []
annotationsList: []
callableIdIfNonLocal: null
containingClassIdIfNonLocal: java/util/ArrayList
hasStableParameterNames: false
@@ -10,6 +8,7 @@ KtConstructorSymbol:
origin: JAVA
receiverType: null
symbolKind: CLASS_MEMBER
type: java/util/ArrayList<E>
typeParameters: [
KtTypeParameterSymbol(E)
]
@@ -17,4 +16,4 @@ KtConstructorSymbol:
KtValueParameterSymbol(p0)
]
visibility: Public
deprecationStatus: null
deprecationStatus: null
@@ -1,5 +1,4 @@
KtSamConstructorSymbol:
annotatedType: [] java/lang/Runnable
callableIdIfNonLocal: java/lang/Runnable
hasStableParameterNames: true
isExtension: false
@@ -7,7 +6,8 @@ KtSamConstructorSymbol:
origin: SAM_CONSTRUCTOR
receiverType: null
symbolKind: SAM_CONSTRUCTOR
type: java/lang/Runnable
valueParameters: [
KtValueParameterSymbol(function)
]
deprecationStatus: null
deprecationStatus: null