FIR deserializer: read nullability & add constructors

This commit is contained in:
Mikhail Glukhikh
2019-04-02 15:50:52 +03:00
parent 6e9d78d431
commit 8a6c9a6aec
336 changed files with 1321 additions and 96 deletions
@@ -1,11 +1,19 @@
<TA> public final class A : R|kotlin/Any| {
public constructor()
<TB> public final inner class B : R|kotlin/Any| {
public constructor()
<TC> public final inner class C : R|kotlin/Any| {
public constructor()
<TD> public final inner class D : R|kotlin/Any| {
public final fun bar(ta: R|TA|, tb: R|TB|, tc: R|TC|, td: R|TD|): R|test/A.B.C.D<TD, TC, TB, TA>|
<P1, P2, P3, P4> public final fun foo(p1: R|P1|, p2: R|P2|, p3: R|P3|, p4: R|P4|): R|kotlin/Nothing|
public constructor()
}
}