Files
kotlin-fork/idea/testData/editor/quickDoc/AtVariableDeclaration.kt
T
2015-04-21 15:36:37 +02:00

9 lines
131 B
Kotlin
Vendored

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