diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/comments/sectionWithBracedLabel.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/comments/sectionWithBracedLabel.kt b/test/data/comments/sectionWithBracedLabel.kt new file mode 100644 index 00000000..306917ec --- /dev/null +++ b/test/data/comments/sectionWithBracedLabel.kt @@ -0,0 +1,5 @@ +/** + * Summary + * ${this.label.is.really.long} section one + */ +val property = "test"
\ No newline at end of file |