public final annotation class A : R|kotlin/Annotation| {
    public constructor(): R|test/A|

}

public final annotation class B : R|kotlin/Annotation| {
    public constructor(): R|test/B|

}

public final enum class E : R|kotlin/Enum<test/E>| {
    public final static fun valueOf(value: R|kotlin/String|): R|test/E| {
    }

    public final static fun values(): R|kotlin/Array<test/E>| {
    }

    public final val x: R|kotlin/String|
        public get(): R|kotlin/String|

    public final val y: R|kotlin/Int|
        public get(): R|kotlin/Int|

    private constructor(@R|test/A|() x: R|kotlin/String|, @R|test/B|() y: R|kotlin/Int|): R|test/E|

}

