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

9 lines
149 B
Kotlin
Vendored

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