FIR: make rendering of type parameters similar to original Kotlin
This commit is contained in:
Vendored
+1
-1
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user