FILE: mod.kt
    @R|kotlin/annotation/Retention|(value = Q|kotlin/annotation/AnnotationRetention|.R|kotlin/annotation/AnnotationRetention.RUNTIME| [evaluated = Q|kotlin/annotation/AnnotationRetention|.R|kotlin/annotation/AnnotationRetention.RUNTIME|]) public final annotation class Ann : R|kotlin/Annotation| {
        public constructor(p1: R|kotlin/Byte|, p2: R|kotlin/Short|, p3: R|kotlin/Int|, p4: R|kotlin/Long|, p5: R|kotlin/Double|, p6: R|kotlin/Float|): R|Ann| {
            super<R|kotlin/Any|>()
        }

        public final val p1: R|kotlin/Byte| = R|<local>/p1|
            public get(): R|kotlin/Byte|

        public final val p2: R|kotlin/Short| = R|<local>/p2|
            public get(): R|kotlin/Short|

        public final val p3: R|kotlin/Int| = R|<local>/p3|
            public get(): R|kotlin/Int|

        public final val p4: R|kotlin/Long| = R|<local>/p4|
            public get(): R|kotlin/Long|

        public final val p5: R|kotlin/Double| = R|<local>/p5|
            public get(): R|kotlin/Double|

        public final val p6: R|kotlin/Float| = R|<local>/p6|
            public get(): R|kotlin/Float|

    }
    public final val prop1: R|kotlin/Byte| = Int(10).R|kotlin/mod|(Int(2).R|kotlin/Int.toByte|())
        public get(): R|kotlin/Byte|
    public final val prop2: R|kotlin/Short| = Int(10).R|kotlin/mod|(Int(-3).R|kotlin/Int.toShort|())
        public get(): R|kotlin/Short|
    public final val prop3: R|kotlin/Int| = Int(-10).R|kotlin/mod|(Int(4))
        public get(): R|kotlin/Int|
    public final val prop4: R|kotlin/Long| = Int(-10).R|kotlin/mod|(Int(-5).R|kotlin/Int.toLong|())
        public get(): R|kotlin/Long|
    public final val prop5: R|kotlin/Double| = Double(0.25).R|kotlin/mod|(Double(100.0).R|kotlin/Double.unaryMinus|())
        public get(): R|kotlin/Double|
    public final val prop6: R|kotlin/Float| = Float(100.0).R|kotlin/mod|(Float(0.33))
        public get(): R|kotlin/Float|
    @R|Ann|(p1 = Int(10).R|kotlin/mod|(Int(2)) [evaluated = Byte(0)], p2 = Int(10).R|kotlin/mod|(Int(-3)) [evaluated = Short(-2)], p3 = Int(-10).R|kotlin/mod|(Int(4)) [evaluated = Int(2)], p4 = Int(-10).R|kotlin/mod|(Int(5)) [evaluated = Long(0)], p5 = Double(0.25).R|kotlin/mod|(Double(100.0).R|kotlin/Double.unaryMinus|()) [evaluated = Double(-99.75)], p6 = Float(100.0).R|kotlin/mod|(Float(0.33)) [evaluated = Float(0.009996027)]) public final class MyClass : R|kotlin/Any| {
        public constructor(): R|MyClass| {
            super<R|kotlin/Any|>()
        }

    }
    public final fun box(): R|kotlin/String| {
        lval annotation: R|Ann| = <getClass>(Q|MyClass|).R|kotlin/jvm/java|<R|MyClass|>.R|SubstitutionOverride<java/lang/Class.getAnnotation: R|A!|>|<R|Ann!|>(<getClass>(Q|Ann|).R|kotlin/jvm/java|<R|Ann|>)!!
        when () {
            !=(R|<local>/annotation|.R|/Ann.p1|, R|/prop1|) ->  {
                ^box <strcat>(String(fail 1, expected = ), R|/prop1|, String(, actual = ), R|<local>/annotation|.R|/Ann.p1|)
            }
        }

        when () {
            !=(R|<local>/annotation|.R|/Ann.p2|, R|/prop2|) ->  {
                ^box <strcat>(String(fail 2, expected = ), R|/prop2|, String(, actual = ), R|<local>/annotation|.R|/Ann.p2|)
            }
        }

        when () {
            !=(R|<local>/annotation|.R|/Ann.p3|, R|/prop3|) ->  {
                ^box <strcat>(String(fail 3, expected = ), R|/prop3|, String(, actual = ), R|<local>/annotation|.R|/Ann.p3|)
            }
        }

        when () {
            !=(R|<local>/annotation|.R|/Ann.p4|, R|/prop4|) ->  {
                ^box <strcat>(String(fail 4, expected = ), R|/prop4|, String(, actual = ), R|<local>/annotation|.R|/Ann.p4|)
            }
        }

        when () {
            !=(R|<local>/annotation|.R|/Ann.p5|, R|/prop5|) ->  {
                ^box <strcat>(String(fail 5, expected = ), R|/prop5|, String(, actual = ), R|<local>/annotation|.R|/Ann.p5|)
            }
        }

        when () {
            !=(R|<local>/annotation|.R|/Ann.p6|, R|/prop6|) ->  {
                ^box <strcat>(String(fail 6, expected = ), R|/prop6|, String(, actual = ), R|<local>/annotation|.R|/Ann.p6|)
            }
        }

        ^box String(OK)
    }
