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, 0 insertions, 14 deletions
diff --git a/core/testdata/comments/codeBlockComment.kt b/core/testdata/comments/codeBlockComment.kt
deleted file mode 100644
index aa5f5ffc..00000000
--- a/core/testdata/comments/codeBlockComment.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * ``` brainfuck
- * ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
- * ```
- */
-val prop1 = ""
-
-
-/**
- * ```
- * a + b - c
- * ```
- */
-val prop2 = "" \ No newline at end of file