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
    Element 7
        Scope: FirLocalScope
            Properties:
                FirLocalPropertySymbol lval a: R|kotlin/Any?|
                FirLocalPropertySymbol lval b: R|kotlin/Any?|
    Element 8
        Scope: FirLocalScope
Smart Casts:
    FirLocalPropertySymbol lval a: R|kotlin/Any?|
    Stability: STABLE_VALUE
    Types:
        kotlin.Int
        kotlin.Any
    FirLocalPropertySymbol lval b: R|kotlin/Any?|
    Stability: STABLE_VALUE
    Types:
        kotlin.Int
        kotlin.Any

FILE: [ResolvedTo(IMPORTS)] bound.kt
    public final [ResolvedTo(BODY_RESOLVE)] fun test(): R|kotlin/Unit| {
        [ResolvedTo(BODY_RESOLVE)] lval a: R|kotlin/Any?| = Int(42)
        [ResolvedTo(BODY_RESOLVE)] lval b: R|kotlin/Any?| = R|<local>/a|
        when () {
            (R|<local>/b| is R|kotlin/Int|) ->  {
                R|<local>/a|.R|kotlin/Int.inc|()
            }
        }

    }
