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 lvar str: R|kotlin/String?|
Smart Casts:
    FirLocalPropertySymbol lvar str: R|kotlin/String?|
    Stability: STABLE_VALUE
    Types:
        kotlin.Nothing?

FILE: [ResolvedTo(IMPORTS)] onNullAssignment2.kt
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] [PartialBodyAnalysisStateKey=4(4/5) #1] fun main(): R|kotlin/Unit| {
        [ResolvedTo(BODY_RESOLVE)] lvar str: R|kotlin/String?| = Null(null)
        R|<local>/str| = String(not null)
        R|kotlin/io/println|(R|<local>/str|)
        R|<local>/str| = Null(null)
        println#(str#)
    }
