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
@@ -3,13 +3,21 @@ public final fun bar(x: R|kotlin/Int|): R|kotlin/Unit|
public final fun foo(x: R|kotlin/Int|, y: R|kotlin/Double|, z: R|kotlin/String|): R|kotlin/Unit|
public final annotation class A : R|kotlin/Annotation| {
public constructor()
}
public final annotation class B : R|kotlin/Annotation| {
public constructor()
}
public final annotation class C : R|kotlin/Annotation| {
public constructor()
}
public final annotation class D : R|kotlin/Annotation| {
public constructor()
}