65f06454be
#KT-30970 Fixed
10 lines
108 B
Kotlin
Vendored
10 lines
108 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test(i: Int) {
|
|
i.<caret>also {
|
|
foo()
|
|
}
|
|
}
|
|
|
|
fun foo() {} |