1b7627e039
#KT-30215 Fixed
6 lines
103 B
Kotlin
Vendored
6 lines
103 B
Kotlin
Vendored
// "Surround with null check" "true"
|
|
|
|
fun foo(s: String?) {
|
|
var ss: String = ""
|
|
ss = <caret>s
|
|
} |