Files
kotlin-fork/idea/testData/editor/quickDoc/AtVariableDeclaration.kt
T
2014-03-02 19:55:26 +04:00

8 lines
137 B
Kotlin

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