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