e4a383f3e2
Fix tests, to use full documentation mode instead of quick navigate
14 lines
243 B
Kotlin
Vendored
14 lines
243 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</pre><p>Some documentation on two lines.</p>
|