package test

public final annotation class SimpleAnnotation : kotlin.Annotation {
    public constructor SimpleAnnotation()
}
