package test

@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.TYPE}) @kotlin.annotation.annotation() public final 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.IntRange): @test.A() kotlin.Int
}
