FIR deserializer: read nullability & add constructors
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
<T> public abstract interface LoadIterable : R|kotlin/Any| {
|
||||
public abstract fun getIterable(): R|kotlin/collections/MutableIterable<T>|
|
||||
public abstract fun getIterable(): R|kotlin/collections/MutableIterable<T>|?
|
||||
|
||||
public abstract fun setIterable(p0: R|kotlin/collections/Iterable<T>|): R|kotlin/Unit|
|
||||
public abstract fun setIterable(p0: R|kotlin/collections/Iterable<T>|?): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user