blob: 51b024cabe527930ea8fe23452d42d0bb7707b77 [file] [log] [blame]
package test
public final annotation class AnnotationWithField : kotlin.Annotation {
public constructor AnnotationWithField(/*0*/ kotlin.String)
public final val text: kotlin.String
// Static members
public const final val ANSWER: kotlin.Int
}
@test.AnnotationWithField(text = "desc") public final class SomeClass {
public constructor SomeClass()
}