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