// "Create member function 'Foo.iterator'" "true" class Foo fun foo() { for (i in Foo()) { bar(i) } } fun bar(i: String) { }