package test

internal final annotation 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
}
