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