Files
kotlin-fork/plugins/uast-kotlin-fir/testData/legacyIdentifiers/AnnotationComplex.identifiers.fe10.txt
T
2021-06-03 17:56:16 +02:00

29 lines
1.6 KiB
Plaintext
Vendored

Annotation -> UClass (name = Annotation)
strings -> UAnnotationMethod (name = strings)
String -> USimpleNameReferenceExpression (identifier = String)
Annotation -> UAnnotation (fqName = Annotation)
A -> UClass (name = A)
AnnotationInner -> UClass (name = AnnotationInner)
value -> UAnnotationMethod (name = value)
Annotation -> USimpleNameReferenceExpression (identifier = Annotation)
AnnotationArray -> UAnnotation (fqName = AnnotationArray)
Annotation -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 0))
B1 -> UClass (name = B1)
AnnotationArray -> UAnnotation (fqName = AnnotationArray)
value -> USimpleNameReferenceExpression (identifier = value)
Annotation -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 2))
B2 -> UClass (name = B2)
AnnotationArray -> UClass (name = AnnotationArray)
value -> UAnnotationMethod (name = value)
Annotation -> USimpleNameReferenceExpression (identifier = Annotation)
AnnotationArray -> UAnnotation (fqName = AnnotationArray)
Annotation -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 1))
strings -> USimpleNameReferenceExpression (identifier = strings)
arrayOf -> UCallExpression (kind = UastCallKind(name='array_initializer'), argCount = 2))
C -> UClass (name = C)
AnnotationArray -> UAnnotation (fqName = AnnotationArray)
Annotation -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 1))
strings -> USimpleNameReferenceExpression (identifier = strings)
[ -> UCallExpression (kind = UastCallKind(name='array_initializer'), argCount = 2))
C2 -> UClass (name = C2)