e4a383f3e2
Fix tests, to use full documentation mode instead of quick navigate
9 lines
142 B
Kotlin
Vendored
9 lines
142 B
Kotlin
Vendored
fun some() : String? = null
|
|
|
|
fun test() {
|
|
val <caret>test = some()
|
|
}
|
|
|
|
|
|
//INFO: <pre><b>val</b> test: String? <i>defined in</i> test</pre>
|