/** * Some documentation * on two lines. */ fun testMethod() { } fun test() { testMethod() } //INFO: public fun testMethod(): Unit defined in root package

Some documentation on two lines.