9 lines
149 B
Kotlin
Vendored
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>
|