Remove @annotation from test data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
@RecursivelyAnnotated(x = 1) @kotlin.annotation.annotation() public final class RecursivelyAnnotated : kotlin.Annotation {
|
||||
@RecursivelyAnnotated(x = 1) public final annotation class RecursivelyAnnotated : kotlin.Annotation {
|
||||
public constructor RecursivelyAnnotated(/*0*/ x: kotlin.Int)
|
||||
public final val x: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user