diff options
Diffstat (limited to 'core/testdata/format/codeBlock.kt')
-rw-r--r-- | core/testdata/format/codeBlock.kt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/testdata/format/codeBlock.kt b/core/testdata/format/codeBlock.kt index e3fa27d2..633bf414 100644 --- a/core/testdata/format/codeBlock.kt +++ b/core/testdata/format/codeBlock.kt @@ -11,3 +11,12 @@ import kotlin.reflect.KClass * ``` */ class Throws + + +/** + * Check output of + * ``` brainfuck + * ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. + * ``` + */ +class ItDoesSomeObfuscatedThing
\ No newline at end of file |