package test class CompositeIterator(vararg iterators: java.util.Iterator){ val iteratorsIter = iterators.iterator() }