60874f29fe
#KT-17047 Fixed
10 lines
127 B
Kotlin
Vendored
10 lines
127 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// FIX: Convert to 'also'
|
|
|
|
val x = "".<caret>apply {
|
|
"".apply {
|
|
this.length
|
|
length
|
|
}
|
|
}
|