FIR deserializer: load annotations on inner classes

This commit is contained in:
Jinseong Jeon
2020-07-06 15:28:06 -07:00
committed by Dmitriy Novozhilov
parent c588bc604d
commit 81345bcc26
9 changed files with 14 additions and 12 deletions
@@ -7,7 +7,7 @@ public final class Class : R|kotlin/Any| {
public constructor(): R|test/Class|
public final companion object Companion : R|kotlin/Any| {
@FIELD:R|test/Anno|() public final var property: R|kotlin/Int|
public final var property: R|kotlin/Int|
public get(): R|kotlin/Int|
public set(value: R|kotlin/Int|): R|kotlin/Unit|
@@ -10,7 +10,7 @@ public sealed class Sealed : R|kotlin/Any| {
@R|test/Ann|() private constructor(@R|test/Ann|() z: R|test/Z|): R|test/Sealed|
public final class Derived : R|test/Sealed| {
public constructor(z: R|test/Z|): R|test/Sealed.Derived|
@R|test/Ann|() public constructor(z: R|test/Z|): R|test/Sealed.Derived|
}