Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -3,11 +3,11 @@ package test
|
||||
public final enum class MyEnum : kotlin.Enum<test.MyEnum> {
|
||||
enum entry ENTRY
|
||||
|
||||
private constructor MyEnum(/*0*/ kotlin.Deprecated(value = "") kotlin.Int)
|
||||
kotlin.Deprecated(value = "") public final val ord: kotlin.Int
|
||||
private constructor MyEnum(/*0*/ @kotlin.Deprecated(value = "") kotlin.Int)
|
||||
@kotlin.Deprecated(value = "") public final val ord: kotlin.Int
|
||||
protected final /*fake_override*/ fun clone(): kotlin.Any
|
||||
public final /*fake_override*/ fun compareTo(/*0*/ test.MyEnum): kotlin.Int
|
||||
public final fun f(/*0*/ java.lang.Deprecated() kotlin.Int): kotlin.Unit
|
||||
public final fun f(/*0*/ @java.lang.Deprecated() kotlin.Int): kotlin.Unit
|
||||
public final /*fake_override*/ fun name(): kotlin.String
|
||||
public final /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user