b97aaf0f71
Relates to #KT-32010
9 lines
101 B
Kotlin
Vendored
9 lines
101 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
|
|
fun foo() {
|
|
val foo: String = ""
|
|
foo.let<caret> {
|
|
it.length
|
|
}
|
|
} |