package test

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

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