package test

@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.TYPE}) public final annotation class A : kotlin.Annotation {
    /*primary*/ public constructor A()
}

public final class SimpleTypeAnnotation {
    /*primary*/ public constructor SimpleTypeAnnotation()
    public final fun foo(/*0*/ x: @test.A kotlin.ranges.IntRange): @test.A kotlin.Int
}
