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

9 lines
119 B
Plaintext
Vendored

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