Regenerate test data
Add properties for Java annotations
This commit is contained in:
@@ -6,6 +6,7 @@ public open class AnnotatedMethod {
|
||||
|
||||
public final annotation class Anno : kotlin.Annotation {
|
||||
public constructor Anno(/*0*/ value: kotlin.Int)
|
||||
public final val value: kotlin.Int
|
||||
public abstract fun value(): kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user