mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Adjusted tests to the new DescriptorRenderer behaviour
This commit is contained in:
committed by
Andrey Breslav
parent
2352d86932
commit
7deec28b9c
@@ -1,8 +1,8 @@
|
||||
package test
|
||||
|
||||
public trait LoadIterable</*0*/ T> : java.lang.Object {
|
||||
public abstract fun getIterable() : jet.MutableIterable<T>?
|
||||
public abstract fun getReadOnlyIterable() : jet.Iterable<T>?
|
||||
public abstract fun setIterable(/*0*/ p0 : jet.MutableIterable<T>?) : jet.Unit
|
||||
public abstract fun setReadOnlyIterable(/*0*/ p0 : jet.Iterable<T>?) : jet.Unit
|
||||
public abstract fun getIterable(): jet.MutableIterable<T>?
|
||||
public abstract fun getReadOnlyIterable(): jet.Iterable<T>?
|
||||
public abstract fun setIterable(/*0*/ p0: jet.MutableIterable<T>?): jet.Unit
|
||||
public abstract fun setReadOnlyIterable(/*0*/ p0: jet.Iterable<T>?): jet.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user