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
@@ -1,4 +1,7 @@
public final class ExtValInClass<T> : R|kotlin/Any| {
public final val R|kotlin/Int|.asas: R|T|
public get(): R|T|
public constructor<T>(): R|test/ExtValInClass<T>|
}