Files
kotlin-fork/idea/testData/editor/quickDoc/AtVariableDeclaration.kt
T
Simon Ogorodnik e4a383f3e2 Fix for KT-10665, now only signature + deprecation info shown in quick navigation tooltip
Fix tests, to use full documentation mode instead of quick navigate
2016-11-29 14:08:10 +03:00

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>