Files
kotlin-fork/idea/testData/editor/quickDoc/OnMethodUsageMultiline.kt
T
2018-07-20 18:41:04 +03:00

14 lines
358 B
Kotlin
Vendored

/**
* Some documentation
* on two lines.
*/
fun testMethod() {
}
fun test() {
<caret>testMethod()
}
//INFO: <div class='definition'><pre><font color="808080"><i>OnMethodUsageMultiline.kt</i></font><br>public fun <b>testMethod</b>(): Unit</pre></div><div class='content'><p>Some documentation on two lines.</p></div><table class='sections'></table>