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

Some documentation on two lines.