KT-2640 Provide jet.MutableIterator and jet.MutableIterable

#KT-2640 fixed
This commit is contained in:
Svetlana Isakova
2012-08-24 15:07:00 +04:00
parent 422b938728
commit 0dcdaccad1
21 changed files with 175 additions and 9 deletions
@@ -0,0 +1,6 @@
namespace test
public abstract trait test.LoadIterable</*0*/ T : jet.Any?> : java.lang.Object {
public abstract fun getIterable(): jet.MutableIterable<T>?
public abstract fun setIterable(/*0*/ p0: jet.Iterable<T>?): jet.Tuple0
}