aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/comments/codeBlockComment.kt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-28 15:58:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-28 15:58:10 +0000
commitecf8061396ac2d1bb0f75c37d48caf53c3be1ce4 (patch)
tree4058cd853f36166d424eee7e69e95ad3125d1189 /core/testdata/comments/codeBlockComment.kt
parent7f79c3b49be99f3d45d099a30b78faa6d96e93b2 (diff)
parent77665b03848c6574ff3e40ec875c347d5eb41a8f (diff)
downloaddokka-ecf8061396ac2d1bb0f75c37d48caf53c3be1ce4.tar.gz
Snap for 11149604 from 77665b03848c6574ff3e40ec875c347d5eb41a8f to androidx-versionedparcelable-releaseandroidx-versionedparcelable-release
Change-Id: Ia11dc58bb589d4d20dd8983fae63265d878b9752
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