Files
kotlin-fork/idea/testData/editor/quickDoc/IndentedCodeBlock.kt
T
2018-07-20 18:40:21 +03:00

23 lines
704 B
Kotlin
Vendored

/**
* val a = A()
* println(a) // comment
* ```
* <fenced>Code_block</fenced>
* ```
* val b = B()
* println(b)
* some text content
*
* Indented code block with tab
* Second line
*/
class <caret>A
//INFO: <div class='definition'><pre>(IndentedCodeBlock.kt)<br><b>public</b> <b>final</b> <b>class</b> A</pre></div><div class='content'><pre><code>val a = A()
//INFO: println(a) // comment</code></pre><pre><code>
//INFO: &lt;fenced&gt;Code_block&lt;/fenced&gt;
//INFO: </code></pre><pre><code>val b = B()
//INFO: println(b)</code></pre><p>some text content</p>
//INFO: <pre><code>Indented code block with tab
//INFO: Second line</code></pre></div><table class='sections'></table>