mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
FIR: make rendering of type parameters similar to original Kotlin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<T> public abstract interface LoadIterable : R|java/lang/Object| {
|
||||
public abstract interface LoadIterable<T> : R|java/lang/Object| {
|
||||
@R|kotlin/annotations/jvm/Mutable|() public abstract operator fun getIterable(): R|ft<kotlin/collections/MutableIterable<ft<T, T?>>, kotlin/collections/MutableIterable<ft<T, T?>>?>|!
|
||||
|
||||
public abstract operator fun setIterable(@R|kotlin/annotations/jvm/Mutable|() Iterable: R|ft<kotlin/collections/MutableIterable<ft<T, T?>>, kotlin/collections/MutableIterable<ft<T, T?>>?>|!): R|kotlin/Unit|
|
||||
|
||||
Reference in New Issue
Block a user