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