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