Files
kotlin/idea/testData/editor/quickDoc/OnMethodUsageMultiline.kt
2017-05-26 13:58:46 +03:00

14 lines
284 B
Kotlin
Vendored

/**
* Some documentation
* on two lines.
*/
fun testMethod() {
}
fun test() {
<caret>testMethod()
}
//INFO: <pre><b>public</b> <b>fun</b> testMethod(): Unit <i>defined in</i> root package <i>in file</i> OnMethodUsageMultiline.kt</pre><p>Some documentation on two lines.</p>