Files
kotlin-fork/idea/testData/editor/quickDoc/OnMethodUsageMultiline.kt
T
2015-09-08 02:05:34 +03:00

14 lines
232 B
Kotlin
Vendored

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