FIR: Support loading deserialized declarations from JVM class files

This commit is contained in:
Denis Zharkov
2019-03-25 18:10:40 +03:00
parent 0f9d54c4dc
commit 1426341e9f
482 changed files with 6225 additions and 27 deletions
@@ -0,0 +1,4 @@
public final object SomeObject : R|kotlin/Any| {
public final fun test(a: R|kotlin/Int|): R|kotlin/Int|
}