Initial implementation of KT-7688 Intention action to iterate over iterable value
#KT-7688 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo() {
|
||||
f()<caret>
|
||||
}
|
||||
|
||||
fun f(): List<Int> = emptyList()
|
||||
Reference in New Issue
Block a user