FIR: make rendering of type parameters similar to original Kotlin

This commit is contained in:
Mikhail Glukhikh
2019-04-09 15:32:59 +03:00
parent 0c334163ab
commit 568e831651
178 changed files with 278 additions and 269 deletions
@@ -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|