Files
kotlin-fork/idea/testData/editor/quickDoc/AtVariableDeclaration.kt
T
2018-07-20 18:41:04 +03:00

9 lines
149 B
Kotlin
Vendored

fun some() : String? = null
fun test() {
val <caret>test = some()
}
//INFO: <div class='definition'><pre>val <b>test</b>: String?</pre></div>