[FIR IDE] Add separate test data for descriptor-based Analysis API implementation

This commit is contained in:
Yan Zhulanow
2021-10-05 20:30:21 +09:00
committed by teamcityserver
parent 1272c6aa33
commit e06a75c197
18 changed files with 101 additions and 0 deletions
@@ -0,0 +1,21 @@
KtConstructorSymbol:
annotatedType: [] java/util/ArrayList<E>
annotationClassIds: []
annotations: []
callableIdIfNonLocal: null
containingClassIdIfNonLocal: java/util/ArrayList
dispatchType: null
hasStableParameterNames: false
isExtension: false
isPrimary: false
origin: JAVA
receiverType: null
symbolKind: CLASS_MEMBER
typeParameters: [
KtTypeParameterSymbol(E)
]
valueParameters: [
KtValueParameterSymbol(p0)
]
visibility: Public
deprecationStatus: null
@@ -0,0 +1,13 @@
KtSamConstructorSymbol:
annotatedType: [] java/lang/Runnable
callableIdIfNonLocal: java/lang/Runnable
hasStableParameterNames: true
isExtension: false
name: Runnable
origin: SAM_CONSTRUCTOR
receiverType: null
symbolKind: SAM_CONSTRUCTOR
valueParameters: [
KtValueParameterSymbol(function)
]
deprecationStatus: null