Refine predicate for 'iter' postfix template
Use IterableTypesDetection to determine if the given expression may be iterated #KT-14134 Fixed #KT-14129 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(list: List<String>) {
|
||||
list[0].for<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user