mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
14 lines
284 B
Kotlin
Vendored
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>
|