diff options
Diffstat (limited to 'test/data/comments/oneLineDoc.kt')
-rw-r--r-- | test/data/comments/oneLineDoc.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/comments/oneLineDoc.kt b/test/data/comments/oneLineDoc.kt new file mode 100644 index 00000000..92a40c67 --- /dev/null +++ b/test/data/comments/oneLineDoc.kt @@ -0,0 +1,2 @@ +/** doc */ +val property = "test"
\ No newline at end of file |