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