[FIR] Call enum entries in deserialized annotations as property access
KT-56177
This commit is contained in:
committed by
Space Team
parent
e1c0d2d9c2
commit
9268fd0e87
+1
-1
@@ -15,7 +15,7 @@ public abstract interface CustomAnnotation : R|kotlin/Any| {
|
||||
public get(): R|kotlin/enums/EnumEntries<test/CustomAnnotation.MyEnum>|
|
||||
|
||||
}
|
||||
@R|test/CustomAnnotation.MyAnnotation|(value = R|test/CustomAnnotation.MyEnum.ONE|()) public open class MyTest : R|kotlin/Any| {
|
||||
@R|test/CustomAnnotation.MyAnnotation|(value = R|test/CustomAnnotation.MyEnum.ONE|) public open class MyTest : R|kotlin/Any| {
|
||||
public constructor(): R|test/CustomAnnotation.MyTest|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user