aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/comments/codeBlockComment.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/comments/codeBlockComment.kt')
-rw-r--r--core/testdata/comments/codeBlockComment.kt14
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 000000000..aa5f5ffcd
--- /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