blob: a1c305559f7a1ea77e8b93e845c350830a4f5fb1 [file]
package test
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.PROPERTY}) public final annotation class property : kotlin.Annotation {
public constructor property()
}