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

FIR element rendered:
Q|test/Foo|<R|kotlin/String|>

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] refPartOfQualifiedTypeCall.kt
    package test

    public final [ResolvedTo(STATUS)] class Foo<[ResolvedTo(STATUS)] T> : R|kotlin/Any| {
        public [ResolvedTo(STATUS)] [ContainingClassKey=Foo] constructor<[ResolvedTo(STATUS)] T>(): R|test/Foo<T>| {
            LAZY_super<R|kotlin/Any|>
        }

        public final [ResolvedTo(STATUS)] fun foo(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public final [ResolvedTo(BODY_RESOLVE)] fun usage(): R|kotlin/Unit| {
        Q|test/Foo|<R|kotlin/String|>::R|SubstitutionOverride<test/Foo.foo: R|kotlin/Unit|>|
    }