K2: resolve Java enum entries from the beginning (related to KT-59464)
This commit is contained in:
committed by
Space Team
parent
e6d43c1f48
commit
f8ca440e96
+1
-1
@@ -4,7 +4,7 @@ public abstract interface CustomAnnotation : R|kotlin/Any| {
|
||||
|
||||
}
|
||||
public final enum class MyEnum : R|kotlin/Enum<test/CustomAnnotation.MyEnum!>| {
|
||||
public final static enum entry ONE: R|@EnhancedNullability test/CustomAnnotation.MyEnum|
|
||||
public final static enum entry ONE: R|test/CustomAnnotation.MyEnum|
|
||||
public final static fun values(): R|kotlin/Array<test/CustomAnnotation.MyEnum>| {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user