// Rendering settings:
// - Signature version: 2
// - Show manifest properties: false
// - Show declarations: true

// Library unique name: <main>
open annotation class /A : kotlin/Annotation { // /A|null[0]
    final val x // /A.x|{}x[0]
        final fun <get-x>(): kotlin/String // /A.x.<get-x>|<get-x>(){}[0]
    final val y // /A.y|{}y[0]
        final fun <get-y>(): kotlin/Int // /A.y.<get-y>|<get-y>(){}[0]
    constructor <init>(kotlin/String = ..., kotlin/Int = ...) // /A.<init>|<init>(kotlin.String;kotlin.Int){}[0]
}
final fun /test1() // /test1|test1(){}[0]
final fun /test2() // /test2|test2(){}[0]
final fun /test3() // /test3|test3(){}[0]
final fun /test4() // /test4|test4(){}[0]
final fun /test5() // /test5|test5(){}[0]
