summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.comments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.comments.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.comments.txt58
1 files changed, 58 insertions, 0 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.comments.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.comments.txt
new file mode 100644
index 000000000000..5991a026e1b1
--- /dev/null
+++ b/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.comments.txt
@@ -0,0 +1,58 @@
+KotlinUFile:commentsOnProperties.kt(
+ KotlinUClass:CommentsOnPropertiesKt(
+ KotlinUField:boo(
+ UComment(/**
+ * Multi-line document bound to property boo (w/ initializer)
+ */)
+ )
+ KotlinUField:bar(
+ UComment(/**
+ * Multi-line document bound to property bar (w/ backing field access)
+ */)
+ )
+ KotlinUField:baq(
+ UComment(// Single-line comment bound to property baq (w/ backing field access))
+ )
+ KotlinUMethod:getBoo(
+ )
+ KotlinUMethod:getBar(
+ UComment(// Single-line comment bound to getter for property bar)
+ )
+ KotlinUMethod:getBaq(
+ )
+ KotlinUMethod:getBaz(
+ UComment(/**
+ * Multi-line document bound to property baz (w/o backing field)
+ */)
+ )
+ )
+ KotlinUClass:Test(
+ KotlinUField:foo(
+ UComment(/**
+ * Multi-line document bound to property foo (w/ initializer)
+ */)
+ )
+ KotlinUField:far(
+ UComment(/**
+ * Multi-line document bound to property far (w/ backing field access)
+ */)
+ )
+ KotlinUField:faq(
+ UComment(// Single-line comment bound to property faq (w/ backing field access))
+ )
+ KotlinUMethod:getFoo(
+ )
+ KotlinUMethod:getFar(
+ UComment(// Single-line comment bound to getter for property bar)
+ )
+ KotlinUMethod:getFaq(
+ )
+ KotlinUMethod:getFaz(
+ UComment(/**
+ * Multi-line document bound to property faz (w/o backing field)
+ */)
+ )
+ KotlinConstructorUMethod:Test(
+ )
+ )
+)