14 lines
232 B
Kotlin
Vendored
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>
|