diff options
Diffstat (limited to 'core/testdata/comments/codeBlockComment.kt')
-rw-r--r-- | core/testdata/comments/codeBlockComment.kt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/testdata/comments/codeBlockComment.kt b/core/testdata/comments/codeBlockComment.kt new file mode 100644 index 00000000..aa5f5ffc --- /dev/null +++ b/core/testdata/comments/codeBlockComment.kt @@ -0,0 +1,14 @@ +/** + * ``` brainfuck + * ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. + * ``` + */ +val prop1 = "" + + +/** + * ``` + * a + b - c + * ``` + */ +val prop2 = ""
\ No newline at end of file |