summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-13 19:29:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-13 19:29:01 +0000
commit8fd51678ba9389c59b5d2eab72514586e00204a2 (patch)
treeb372367a38b2d7997de0aba533d8765b5a6998ef /plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/AnnotatedTypes.log.txt
parenta313a2cd38efda34402faaa45b2dc210f9953844 (diff)
parent94136e97c59789b2242f8eee1cd8abde4fe323d4 (diff)
downloadintellij-kotlin-studio-beta.tar.gz
Snap for 8709740 from 94136e97c59789b2242f8eee1cd8abde4fe323d4 to studio-dolphin-releasestudio-2021.3.1-betastudio-beta
Change-Id: I60acba3629ba543acf77426e415cd999c5252307
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