[FIR] Deserialize enum entries access in annotations into FirEnumEntryDeserializedAccessExpression
^KT-64975 Fixed ^KT-62900
This commit is contained in:
committed by
Space Team
parent
150ff1172e
commit
a4e8be8687
Vendored
+1
-1
@@ -6,7 +6,7 @@ public final annotation class Ann : R|kotlin/Annotation| {
|
||||
|
||||
}
|
||||
|
||||
@R|test/MyRequiresOptIn|(a = String(), b = R|test/MyRequiresOptIn.MyLevel.ERROR|) public final annotation class MyRequiresOptIn : R|kotlin/Annotation| {
|
||||
@R|test/MyRequiresOptIn|(a = String(), b = test/MyRequiresOptIn.MyLevel.ERROR) public final annotation class MyRequiresOptIn : R|kotlin/Annotation| {
|
||||
public final val a: R|kotlin/String| = String()
|
||||
public get(): R|kotlin/String|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user