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