aboutsummaryrefslogtreecommitdiff
path: root/test/data/comments/multilineDocWithComment.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/comments/multilineDocWithComment.kt')
-rw-r--r--test/data/comments/multilineDocWithComment.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/comments/multilineDocWithComment.kt b/test/data/comments/multilineDocWithComment.kt
new file mode 100644
index 00000000..d3c1084c
--- /dev/null
+++ b/test/data/comments/multilineDocWithComment.kt
@@ -0,0 +1,7 @@
+/**
+ * doc1
+ * doc2
+ * doc3
+ */
+// comment
+val property = "test" \ No newline at end of file