diff options
Diffstat (limited to 'test/data/comments/section1.kt')
-rw-r--r-- | test/data/comments/section1.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/comments/section1.kt b/test/data/comments/section1.kt index e4c9adf4..7c763b4c 100644 --- a/test/data/comments/section1.kt +++ b/test/data/comments/section1.kt @@ -1,5 +1,5 @@ /** * Summary - * $one: section one + * @one section one */ val property = "test"
\ No newline at end of file |