[FIR IDE] Update Analysis API test data, untie it from the FIR implementation

This commit is contained in:
Yan Zhulanow
2021-10-05 20:29:49 +09:00
committed by teamcityserver
parent 516dd825c2
commit 1272c6aa33
64 changed files with 642 additions and 615 deletions
@@ -1,10 +1,10 @@
KtFirBackingFieldSymbol:
KtBackingFieldSymbol:
annotatedType: [] kotlin/Int
callableIdIfNonLocal: null
isExtension: false
name: field
origin: PROPERTY_BACKING_FIELD
owningProperty: KtFirKotlinPropertySymbol(x)
owningProperty: KtKotlinPropertySymbol(x)
receiverType: null
symbolKind: LOCAL
deprecationStatus: null
@@ -1,4 +1,4 @@
KtFirConstructorSymbol:
KtConstructorSymbol:
annotatedType: [] java/util/ArrayList<E>
annotationClassIds: []
annotations: []
@@ -12,10 +12,10 @@ KtFirConstructorSymbol:
receiverType: null
symbolKind: CLASS_MEMBER
typeParameters: [
KtFirTypeParameterSymbol(E)
KtTypeParameterSymbol(E)
]
valueParameters: [
KtFirValueParameterSymbol(p0)
KtValueParameterSymbol(p0)
]
visibility: Public
deprecationStatus: null
@@ -1,4 +1,4 @@
KtFirSamConstructorSymbol:
KtSamConstructorSymbol:
annotatedType: [] java/lang/Runnable
callableIdIfNonLocal: java/lang/Runnable
hasStableParameterNames: true
@@ -8,6 +8,6 @@ KtFirSamConstructorSymbol:
receiverType: null
symbolKind: SAM_CONSTRUCTOR
valueParameters: [
KtFirValueParameterSymbol(function)
KtValueParameterSymbol(function)
]
deprecationStatus: null