b97aaf0f71
Relates to #KT-32010
10 lines
137 B
Kotlin
Vendored
10 lines
137 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// PROBLEM: none
|
|
|
|
fun foo() {
|
|
val foo: String? = null
|
|
foo?.let {
|
|
text ->
|
|
"".to("")<caret>
|
|
}
|
|
} |