package test public interface LoadIterator { public fun getIterator(): MutableIterator? public fun setIterator(p0: Iterator?) }