FIR deserializer: provide type-parameters for constructors

This commit is contained in:
Simon Ogorodnik
2019-04-18 18:18:10 +03:00
committed by Mikhail Glukhikh
parent 1512a6ba9a
commit aa077b42e9
53 changed files with 84 additions and 74 deletions
@@ -1,4 +1,4 @@
public final class Wine<in T> : R|kotlin/Any| {
public constructor(): R|test/Wine<T>|
public constructor<T>(): R|test/Wine<T>|
}