FIR: make rendering of type parameters similar to original Kotlin
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
<T> public abstract interface LoadIterable : R|kotlin/Any| {
|
||||
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/Iterable<T>|?): R|kotlin/Unit|
|
||||
|
||||
Reference in New Issue
Block a user