summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.log.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.log.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.log.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.log.txt
new file mode 100644
index 000000000000..c156f0519c84
--- /dev/null
+++ b/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.log.txt
@@ -0,0 +1,48 @@
+UFile (package = )
+ UClass (name = CommentsOnPropertiesKt)
+ UField (name = boo)
+ UAnnotation (fqName = org.jetbrains.annotations.NotNull)
+ ULiteralExpression (value = 42)
+ UField (name = bar)
+ UAnnotation (fqName = org.jetbrains.annotations.NotNull)
+ ULiteralExpression (value = 42)
+ UField (name = baq)
+ UAnnotation (fqName = org.jetbrains.annotations.NotNull)
+ ULiteralExpression (value = 42)
+ UMethod (name = getBoo)
+ UMethod (name = getBar)
+ UBlockExpression
+ UReturnExpression
+ USimpleNameReferenceExpression (identifier = field)
+ UMethod (name = getBaq)
+ UBlockExpression
+ UReturnExpression
+ USimpleNameReferenceExpression (identifier = field)
+ UMethod (name = getBaz)
+ UBlockExpression
+ UReturnExpression
+ ULiteralExpression (value = 42)
+ UClass (name = Test)
+ UField (name = foo)
+ UAnnotation (fqName = org.jetbrains.annotations.NotNull)
+ ULiteralExpression (value = 42)
+ UField (name = far)
+ UAnnotation (fqName = org.jetbrains.annotations.NotNull)
+ ULiteralExpression (value = 42)
+ UField (name = faq)
+ UAnnotation (fqName = org.jetbrains.annotations.NotNull)
+ ULiteralExpression (value = 42)
+ UMethod (name = getFoo)
+ UMethod (name = getFar)
+ UBlockExpression
+ UReturnExpression
+ USimpleNameReferenceExpression (identifier = field)
+ UMethod (name = getFaq)
+ UBlockExpression
+ UReturnExpression
+ USimpleNameReferenceExpression (identifier = field)
+ UMethod (name = getFaz)
+ UBlockExpression
+ UReturnExpression
+ ULiteralExpression (value = 42)
+ UMethod (name = Test) \ No newline at end of file