Regenerate rendered descriptors after transforming Enum.values to property
This commit is contained in:
Vendored
+2
-1
@@ -20,8 +20,9 @@ public/*package*/ open class A {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val values: kotlin.Array<A.Empty>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A.Empty
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<A.Empty>
|
||||
@kotlin.Deprecated(message = "Use 'values' property instead", replaceWith = kotlin.ReplaceWith(expression = "this.values", imports = {})) public final /*synthesized*/ fun values(): kotlin.Array<A.Empty>
|
||||
}
|
||||
|
||||
// Static members
|
||||
|
||||
Reference in New Issue
Block a user