KT element: KtNameReferenceExpression
FIR element: FirResolvedQualifierImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
Q|A.B|

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] firstPartOfQualifiedCallWithNestedClassesScript.kts
    public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| {
        public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|A| {
            super<R|kotlin/Any|>()
        }

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

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

                public final [ResolvedTo(STATUS)] val x: R|kotlin/Int| = Int(10)
                    public [ResolvedTo(STATUS)] [ContainingClassKey=C] get(): R|kotlin/Int|

            }

        }

    }
    public final [ResolvedTo(RAW_FIR)] fun x(): R|kotlin/Unit| {
        Q|A.B|.R|/A.B.C.C|().R|/A.B.C.x|
    }
    [ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
