50e1ec9c4f
#KT-5809 Fixed
7 lines
67 B
Kotlin
7 lines
67 B
Kotlin
fun foo() {
|
|
val str : String?
|
|
str?.<caret>
|
|
}
|
|
|
|
// NUMBER: 0
|