blob: 16fc3eae18dd14b91b95beb049bd747d1278c39e [file] [log] [blame]
package test
@test.SimpleAnnotation private fun withSimpleAnnotation(): kotlin.Unit
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER}) public final annotation class SimpleAnnotation : kotlin.Annotation {
public constructor SimpleAnnotation()
}