mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Updated test data. Unit -> jet.Unit.
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public trait LoadIterable</*0*/ T> : java.lang.Object {
|
||||
public abstract fun getIterable() : jet.MutableIterable<T>?
|
||||
public abstract fun setIterable(/*0*/ p0 : jet.Iterable<T>?) : Unit
|
||||
public abstract fun setIterable(/*0*/ p0 : jet.Iterable<T>?) : jet.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user