60874f29fe
#KT-17047 Fixed
6 lines
58 B
Kotlin
Vendored
6 lines
58 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
val x = "".<caret>also {
|
|
it.length
|
|
}
|