FIR deserializer: provide type-parameters for constructors
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1512a6ba9a
commit
aa077b42e9
Vendored
+1
-1
@@ -3,6 +3,6 @@ public open class JavaBeanVarOfGenericType<P> : R|kotlin/Any| {
|
||||
|
||||
public open fun setCharacters(p0: R|java/util/ArrayList<P>|?): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/JavaBeanVarOfGenericType<P>|
|
||||
public constructor<P>(): R|test/JavaBeanVarOfGenericType<P>|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user