Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
A(value = {1, "b"}) public fun test(): kotlin.Unit
|
||||
@A(value = {1, "b"}) public fun test(): kotlin.Unit
|
||||
|
||||
public final class A : kotlin.Annotation {
|
||||
public constructor A(/*0*/ vararg value: kotlin.String /*kotlin.Array<out kotlin.String>*/)
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
B(args = {1, "b"}) public fun test(): kotlin.Unit
|
||||
@B(args = {1, "b"}) public fun test(): kotlin.Unit
|
||||
|
||||
kotlin.annotation.annotation() public final class B : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class B : kotlin.Annotation {
|
||||
public constructor B(/*0*/ vararg args: kotlin.String /*kotlin.Array<out kotlin.String>*/)
|
||||
public final val args: kotlin.Array<out kotlin.String>
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user