FIR deserializer: load annotations for property and fields, along with use-site targets

This commit is contained in:
Jinseong Jeon
2020-06-19 01:18:04 -07:00
committed by Denis Zharkov
parent 3580c7c28c
commit 34174d6e7d
16 changed files with 163 additions and 39 deletions
@@ -4,7 +4,7 @@ public final annotation class Anno : R|kotlin/Annotation| {
}
public final class Class : R|kotlin/Any| {
public final var property: R|kotlin/Int|
@FIELD:R|test/Anno|() public final var property: R|kotlin/Int|
public get(): R|kotlin/Int|
public set(value: R|kotlin/Int|): R|kotlin/Unit|