summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt
new file mode 100644
index 000000000000..27faea1e4250
--- /dev/null
+++ b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt
@@ -0,0 +1,29 @@
+UFile (package = )
+ UClass (name = AnnotatedTypesKt)
+ UMethod (name = foo)
+ UParameter (name = list)
+ UAnnotation (fqName = org.jetbrains.annotations.NotNull)
+ UBlockExpression
+ UDeclarationsExpression
+ ULocalVariable (name = a)
+ UArrayAccessExpression
+ USimpleNameReferenceExpression (identifier = list)
+ ULiteralExpression (value = 2)
+ UDeclarationsExpression
+ ULocalVariable (name = b)
+ ULiteralExpression (value = "abc")
+ UDeclarationsExpression
+ ULocalVariable (name = c)
+ USimpleNameReferenceExpression (identifier = b)
+ UDeclarationsExpression
+ ULocalVariable (name = v)
+ ULiteralExpression (value = "abc")
+ UClass (name = MyAnnotation)
+ UAnnotation (fqName = kotlin.annotation.Target)
+ UNamedExpression (name = allowedTargets)
+ UQualifiedReferenceExpression
+ USimpleNameReferenceExpression (identifier = AnnotationTarget)
+ USimpleNameReferenceExpression (identifier = TYPE)
+ UAnnotationMethod (name = a)
+ UAnnotationMethod (name = b)
+ UAnnotationMethod (name = c) \ No newline at end of file