KT element: KtTypeReference
FIR element: FirErrorTypeRefImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
<ERROR TYPE REF: Symbol not found for Nested>

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] nestedClassTypeScript.kts
    context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
    SCRIPT: [ResolvedTo(BODY_RESOLVE)] 
        [ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|

        public open [ResolvedTo(STATUS)] class Foo : R|kotlin/Any| {
            public [ResolvedTo(STATUS)] [ContainingClassKey=Foo] constructor(): R|Foo| {
                super<R|kotlin/Any|>()
            }

            public final [ResolvedTo(STATUS)] class Nested : R|kotlin/Any| {
                public [ResolvedTo(STATUS)] [ContainingClassKey=Nested] constructor(): R|Foo.Nested| {
                    super<R|kotlin/Any|>()
                }

            }

        }

        public final [ResolvedTo(STATUS)] class Bar : R|Foo| {
            public [ResolvedTo(STATUS)] [ContainingClassKey=Bar] constructor(): R|Bar| {
                super<R|Foo|>()
            }

            public final [ResolvedTo(STATUS)] fun create(): <ERROR TYPE REF: Symbol not found for Nested> {
            }

        }