[FIR] Save declarations in metadata in source order
^KT-54792 Fixed ^KT-54801 ^KT-54800
This commit is contained in:
committed by
Space Team
parent
b359a5538c
commit
af60681705
+10
@@ -0,0 +1,10 @@
|
||||
public abstract interface LoadIterable<T> : R|kotlin/Any| {
|
||||
public abstract fun getIterable(): R|kotlin/collections/MutableIterable<T>?|
|
||||
|
||||
public abstract fun setIterable(p0: R|kotlin/collections/MutableIterable<T>?|): R|kotlin/Unit|
|
||||
|
||||
public abstract fun getReadOnlyIterable(): R|kotlin/collections/Iterable<T>?|
|
||||
|
||||
public abstract fun setReadOnlyIterable(p0: R|kotlin/collections/Iterable<T>?|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user