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 @@
<P> public open class JavaBeanVarOfGenericType : R|kotlin/Any| {
public open class JavaBeanVarOfGenericType<P> : R|kotlin/Any| {
public open fun getCharacters(): R|java/util/ArrayList<P>|?
public open fun setCharacters(p0: R|java/util/ArrayList<P>|?): R|kotlin/Unit|