diff options
Diffstat (limited to 'test/data/comments/multilineDocWithComment.kt')
-rw-r--r-- | test/data/comments/multilineDocWithComment.kt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/data/comments/multilineDocWithComment.kt b/test/data/comments/multilineDocWithComment.kt deleted file mode 100644 index 88d22642..00000000 --- a/test/data/comments/multilineDocWithComment.kt +++ /dev/null @@ -1,8 +0,0 @@ -/** - * doc1 - * - * doc2 - * doc3 - */ -// comment -val property = "test"
\ No newline at end of file |