Iterate Intention: Fix detection of extension iterators
#KT-8616 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
for (entry in mapOf(1 to "1", 2 to "2")) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user