/** * Some documentation. * * ``` * Code block * Second line * ``` */ fun testMethod() { } class C { } fun test() { testMethod(1, "value") } //INFO: public fun testMethod(): Unit defined in root package

Some documentation.

//INFO:

//INFO: Code block
//INFO: Second line
//INFO: