FILE: expectNestedAnnotationClassWithConstructorParameter.kt
    public? final? expect class Outer : R|kotlin/Any| {
        public? final? expect annotation class AnnotationNested : R|kotlin/Annotation| {
            public? expect constructor(p: String = LAZY_EXPRESSION): R|Outer.AnnotationNested|

            public? final? expect val p: String = R|<local>/p|
                public? get(): String

        }

    }
