[FIR] Properly deserialize annotations of properties in interfaces

This commit is contained in:
Dmitriy Novozhilov
2021-03-01 13:11:42 +03:00
committed by TeamCityServer
parent c6f56b9809
commit a7e6667648
11 changed files with 28 additions and 14 deletions
@@ -5,7 +5,7 @@ public final annotation class Anno : R|kotlin/Annotation| {
public final class Class : R|kotlin/Any| {
public abstract interface Trait : R|kotlin/Any| {
public abstract val property: R|kotlin/Int|
@PROPERTY:R|test/Anno|() public abstract val property: R|kotlin/Int|
public get(): R|kotlin/Int|
}
@@ -4,7 +4,7 @@ public final annotation class Anno : R|kotlin/Annotation| {
}
public abstract interface Trait : R|kotlin/Any| {
public abstract val property: R|kotlin/Int|
@PROPERTY:R|test/Anno|() public abstract val property: R|kotlin/Int|
public get(): R|kotlin/Int|
}