val a = A()
//INFO: println(a) // comment
//INFO: <fenced>Code_block</fenced>
//INFO: val b = B()
//INFO: println(b)some text content
//INFO:Indented code block with tab
//INFO: Second lineIndentedCodeBlock.kt
public final class A
val a = A()
//INFO: println(a) // comment
//INFO: <fenced>Code_block</fenced>
//INFO: val b = B()
//INFO: println(b)some text content
//INFO:Indented code block with tab
//INFO: Second line