mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Use IterableTypesDetection to determine if the given expression may be iterated #KT-14134 Fixed #KT-14129 Fixed
4 lines
55 B
Kotlin
Vendored
4 lines
55 B
Kotlin
Vendored
fun foo(list: List<String>) {
|
|
list[0].for<caret>
|
|
}
|