FIR deserializer: support properties

This commit is contained in:
Simon Ogorodnik
2019-04-18 21:07:26 +03:00
committed by Mikhail Glukhikh
parent b02b090bdf
commit 9d7d358836
131 changed files with 1261 additions and 17 deletions
@@ -4,6 +4,9 @@ public final annotation class Anno : R|kotlin/Annotation| {
}
public final class Class : R|kotlin/Any| {
public final val x: R|kotlin/Int|
public get(): R|kotlin/Int|
public constructor(): R|test/Class|
}