/** * Some documentation * on two lines. */ fun testMethod() { } fun test() { testMethod() } //INFO:
OnMethodUsageMultiline.kt
public fun testMethod(): Unit

Some documentation on two lines.