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 x: R|kotlin/Any|
                FirValueParameterSymbol y: R|kotlin/Any|
    Element 7
        Scope: FirLocalScope
Expression Stability: ALIEN_PUBLIC_PROPERTY
Smart Casts:
    FirValueParameterSymbol y: R|kotlin/Any|
    Stability: STABLE_VALUE
    Types:
        kotlin.String
        kotlin.Any

FILE: [ResolvedTo(IMPORTS)] collectionLiteral.kt
    public? final? [ResolvedTo(RAW_FIR)] fun foo([ResolvedTo(RAW_FIR)] x: Any, [ResolvedTo(RAW_FIR)] y: List<String>): R|kotlin/Unit| { LAZY_BLOCK }
    public final [ResolvedTo(BODY_RESOLVE)] fun test([ResolvedTo(BODY_RESOLVE)] x: R|kotlin/Any|, [ResolvedTo(BODY_RESOLVE)] y: R|kotlin/Any|): R|kotlin/Unit| {
        R|/foo|(R|<local>/x|, Q|kotlin/collections|.R|kotlin/collections/listOf|<R|kotlin/String|>((R|<local>/y| as R|kotlin/String|)))
        R|<local>/y|.R|kotlin/String.length|
    }
