[FIR IDE] Update Analysis API test data, untie it from the FIR implementation
This commit is contained in:
committed by
teamcityserver
parent
516dd825c2
commit
1272c6aa33
+8
-8
@@ -1,4 +1,4 @@
|
||||
KtFirFunctionSymbol:
|
||||
KtFunctionSymbol:
|
||||
annotatedType: [] kotlin/collections/List<T>
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
@@ -19,15 +19,15 @@ KtFirFunctionSymbol:
|
||||
receiverType: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
KtFirTypeParameterSymbol(T)
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
valueParameters: [
|
||||
KtFirValueParameterSymbol(element)
|
||||
KtValueParameterSymbol(element)
|
||||
]
|
||||
visibility: Public
|
||||
deprecationStatus: null
|
||||
|
||||
KtFirFunctionSymbol:
|
||||
KtFunctionSymbol:
|
||||
annotatedType: [] kotlin/collections/List<T>
|
||||
annotationClassIds: [
|
||||
kotlin/internal/InlineOnly
|
||||
@@ -53,13 +53,13 @@ KtFirFunctionSymbol:
|
||||
receiverType: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
KtFirTypeParameterSymbol(T)
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
deprecationStatus: null
|
||||
|
||||
KtFirFunctionSymbol:
|
||||
KtFunctionSymbol:
|
||||
annotatedType: [] kotlin/collections/List<T>
|
||||
annotationClassIds: []
|
||||
annotations: []
|
||||
@@ -80,10 +80,10 @@ KtFirFunctionSymbol:
|
||||
receiverType: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
KtFirTypeParameterSymbol(T)
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
valueParameters: [
|
||||
KtFirValueParameterSymbol(elements)
|
||||
KtValueParameterSymbol(elements)
|
||||
]
|
||||
visibility: Public
|
||||
deprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user