blob: 5a43298140fd3d097821f7ea732cd654408b2039 [file] [log] [blame]
/**
* 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><font color="808080"><i>IndentedCodeBlock.kt</i></font><br>public final class <b>A</b></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>