8 lines
137 B
Kotlin
8 lines
137 B
Kotlin
fun some() : String? = null
|
|
|
|
fun test() {
|
|
val <caret>test = some()
|
|
}
|
|
|
|
|
|
//INFO: <b>val</b> test: kotlin.String? <i>defined in</i> test |