Regenerate rendered descriptors after transforming Enum.values to property
This commit is contained in:
+6
-3
@@ -35,8 +35,9 @@ public object Obj {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val values: kotlin.Array<Obj.NestedEnum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): Obj.NestedEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<Obj.NestedEnum>
|
||||
@kotlin.Deprecated(message = "Use 'values' property instead", replaceWith = kotlin.ReplaceWith(expression = "this.values", imports = {})) public final /*synthesized*/ fun values(): kotlin.Array<Obj.NestedEnum>
|
||||
}
|
||||
|
||||
public object NestedObj : N {
|
||||
@@ -97,8 +98,9 @@ public final class WithClassObject {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val values: kotlin.Array<WithClassObject.NestedEnum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): WithClassObject.NestedEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<WithClassObject.NestedEnum>
|
||||
@kotlin.Deprecated(message = "Use 'values' property instead", replaceWith = kotlin.ReplaceWith(expression = "this.values", imports = {})) public final /*synthesized*/ fun values(): kotlin.Array<WithClassObject.NestedEnum>
|
||||
}
|
||||
|
||||
public object NestedObj : N {
|
||||
@@ -152,8 +154,9 @@ public final class WithoutClassObject {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val values: kotlin.Array<WithoutClassObject.NestedEnum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): WithoutClassObject.NestedEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<WithoutClassObject.NestedEnum>
|
||||
@kotlin.Deprecated(message = "Use 'values' property instead", replaceWith = kotlin.ReplaceWith(expression = "this.values", imports = {})) public final /*synthesized*/ fun values(): kotlin.Array<WithoutClassObject.NestedEnum>
|
||||
}
|
||||
|
||||
public object NestedObj : N {
|
||||
|
||||
Reference in New Issue
Block a user