mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Use IterableTypesDetection to determine if the given expression may be iterated #KT-14134 Fixed #KT-14129 Fixed
4 lines
54 B
Kotlin
Vendored
4 lines
54 B
Kotlin
Vendored
fun foo(map: Map<String, Int>) {
|
|
map.for<caret>
|
|
}
|