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