65f06454be
#KT-30970 Fixed
7 lines
106 B
Kotlin
Vendored
7 lines
106 B
Kotlin
Vendored
// PROBLEM: 'also' has empty body
|
|
// FIX: none
|
|
// WITH_RUNTIME
|
|
|
|
fun String.test() {
|
|
<caret>also { }
|
|
} |