FILE: maxValueInt.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/Int|, p2: R|kotlin/Int|, p4: R|kotlin/Long|, p5: R|kotlin/Int|): R|Ann| {
            super<R|kotlin/Any|>()
        }

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

        public final val p2: R|kotlin/Int| = R|<local>/p2|
            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/Int| = R|<local>/p5|
            public get(): R|kotlin/Int|

    }
    @R|Ann|(p1 = Q|java/lang/Integer|.R|java/lang/Integer.MAX_VALUE*s|.R|kotlin/Int.plus|(Int(1)) [evaluated = Int(-2147483648)], p2 = Int(1).R|kotlin/Int.plus|(Int(1)) [evaluated = Int(2)], p4 = Int(1).R|kotlin/Int.plus|(Int(1)).R|kotlin/Int.toLong|() [evaluated = Long(2)], p5 = Int(1).R|kotlin/Int.toInt|().R|kotlin/Int.plus|(Int(1).R|kotlin/Int.toInt|()) [evaluated = Int(2)]) 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|, Int(-2147483648)) ->  {
                ^box <strcat>(String(fail 1, expected = ), Int(-2147483648), String(, actual = ), R|<local>/annotation|.R|/Ann.p1|)
            }
        }

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

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

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

        ^box String(OK)
    }
