Files
kotlin-fork/idea/testData/editor/quickDoc/AtVariableDeclaration.kt
T
Nikolay Krasko 8f12db341e Remastering of documentation provider
- Remove whole file resolve
- Take already resolved element
- Get kotlin element behind the wrapper directly
- Remove outdated isKotlinDeclaration method
- More tests
2013-11-15 19:41:16 +04:00

8 lines
134 B
Kotlin

fun some() : String? = null
fun test() {
val <caret>test = some()
}
//INFO: <b>val</b> test: jet.String? <i>defined in</i> test