FIR deserializer: provide type-parameters for constructors
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1512a6ba9a
commit
aa077b42e9
+1
-1
@@ -1,4 +1,4 @@
|
||||
public final class ExtValInClass<T> : R|kotlin/Any| {
|
||||
public constructor(): R|test/ExtValInClass<T>|
|
||||
public constructor<T>(): R|test/ExtValInClass<T>|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user