Files
kotlin-fork/idea/testData/editor/quickDoc/AtVariableDeclaration.kt
T

8 lines
108 B
Kotlin

fun some() : String? = null
fun test() {
val <caret>test = some()
}
// INFO: <b>val</b> test: String?