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