Navigation to iterator(), next(), hasNext() through 'in' in for-loops
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
for (x <caret>in Y()) {}
|
||||
}
|
||||
|
||||
class Y
|
||||
|
||||
// REF_EMPTY
|
||||
Reference in New Issue
Block a user