e2a7170b2f
#KT-34677 Fixed
9 lines
122 B
Kotlin
Vendored
9 lines
122 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(iterable: Iterable<String>) {
|
|
iterable.run {
|
|
<caret>count()
|
|
}
|
|
}
|