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