KtForExpression(141,160): 'for (x in Foo()) {}'
  KaSymbolResolutionSuccess:
    symbols = [
      dependency/MyInterface.iterator(<extension receiver>: dependency.Foo<dispatch receiver>: dependency.MyInterface): kotlin.collections.Iterator<kotlin.Int>,
      kotlin/collections/Iterator.hasNext(<dispatch receiver>: kotlin.collections.Iterator<T>): kotlin.Boolean,
      kotlin/collections/Iterator.next(<dispatch receiver>: kotlin.collections.Iterator<T>): T
    ]
