Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+12
-12
@@ -1,14 +1,14 @@
|
||||
package
|
||||
|
||||
empty() public val z: kotlin.Int
|
||||
empty() public fun foo(/*0*/ empty() y: @[empty()] kotlin.Int): kotlin.Int
|
||||
@empty() public val z: kotlin.Int
|
||||
@empty() public fun foo(/*0*/ @empty() y: @empty() kotlin.Int): kotlin.Int
|
||||
|
||||
empty() public final enum class My : kotlin.Enum<My> {
|
||||
empty() enum entry FIRST
|
||||
@empty() public final enum class My : kotlin.Enum<My> {
|
||||
@empty() enum entry FIRST
|
||||
|
||||
empty() enum entry SECOND
|
||||
@empty() enum entry SECOND
|
||||
|
||||
empty() private constructor My()
|
||||
@empty() private constructor My()
|
||||
protected final override /*1*/ /*fake_override*/ fun clone(): kotlin.Any
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: My): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
@@ -22,23 +22,23 @@ empty() public final enum class My : kotlin.Enum<My> {
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<My>
|
||||
}
|
||||
|
||||
empty() public final class correct {
|
||||
empty() public constructor correct()
|
||||
public constructor correct(/*0*/ x: kotlin.Int, /*1*/ empty() w: @[empty()] kotlin.Int)
|
||||
empty() public final val x: kotlin.Int
|
||||
@empty() public final class correct {
|
||||
@empty() public constructor correct()
|
||||
public constructor correct(/*0*/ x: kotlin.Int, /*1*/ @empty() w: @empty() kotlin.Int)
|
||||
@empty() public final val x: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
empty() kotlin.annotation.annotation() public final class derived : kotlin.Annotation {
|
||||
@empty() @kotlin.annotation.annotation() public final class derived : kotlin.Annotation {
|
||||
public constructor derived()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
kotlin.annotation.Target(allowedTargets = {}) kotlin.annotation.annotation() public final class empty : kotlin.Annotation {
|
||||
@kotlin.annotation.Target(allowedTargets = {}) @kotlin.annotation.annotation() public final class empty : kotlin.Annotation {
|
||||
public constructor empty()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user