Tower Data Context:
    Element 0
        Scope: FirDefaultStarImportingScope
    Element 1
        Scope: FirExplicitStarImportingScope
    Element 2
        Scope: FirDefaultSimpleImportingScope
    Element 3
        Scope: FirDefaultSimpleImportingScope
    Element 4
        Scope: FirPackageMemberScope
    Element 5
        Scope: FirExplicitSimpleImportingScope
    Element 6
        Scope: FirLocalScope
            Properties:
                FirValueParameterSymbol a1: R|A|
                FirValueParameterSymbol a2: R|A|
    Element 7
        Scope: FirLocalScope

FILE: [ResolvedTo(IMPORTS)] receiverInjection_before.kt
    public final? [ResolvedTo(RAW_FIR)] interface Algebra<[ResolvedTo(RAW_FIR)] T> : R|kotlin/Any| {
        public? final? operator [ResolvedTo(RAW_FIR)] fun [ResolvedTo(RAW_FIR)] T.plus([ResolvedTo(RAW_FIR)] other: T): T

    }
    public abstract [ResolvedTo(STATUS)] interface A : R|kotlin/Any| {
    }
    public final? [ResolvedTo(RAW_FIR)] interface B : R|kotlin/Any| {
    }
    public? final? [ResolvedTo(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] T> injectAlgebra(): R|kotlin/Unit| { LAZY_BLOCK }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] [PartialBodyAnalysisStateKey=1(1/2) #1] fun test_1([ResolvedTo(ANNOTATION_ARGUMENTS)] a1: R|A|, [ResolvedTo(ANNOTATION_ARGUMENTS)] a2: R|A|): R|kotlin/Unit| {
        R|<local>/a1|.<Unresolved name: plus (+)>#(R|<local>/a2|)
        injectAlgebra#<A>()
    }