55c93bc8b6
So #KT-22949 Fixed
9 lines
114 B
Kotlin
Vendored
9 lines
114 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// FIX: Convert to 'also'
|
|
|
|
fun foo() {
|
|
"".<caret>apply {
|
|
println(this + this)
|
|
}
|
|
}
|