8 lines
108 B
Kotlin
8 lines
108 B
Kotlin
fun some() : String? = null
|
|
|
|
fun test() {
|
|
val <caret>test = some()
|
|
}
|
|
|
|
|
|
// INFO: <b>val</b> test: String? |