
RAW_FIR:
FILE: propertyWithInitializer.kt
    public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

IMPORTS:
FILE: propertyWithInitializer.kt
    public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

COMPILER_REQUIRED_ANNOTATIONS:
FILE: propertyWithInitializer.kt
    public? final? [COMPILER_REQUIRED_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

COMPANION_GENERATION:
FILE: propertyWithInitializer.kt
    public? final? [COMPANION_GENERATION] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

SUPER_TYPES:
FILE: propertyWithInitializer.kt
    public? final? [SUPER_TYPES] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

TYPES:
FILE: propertyWithInitializer.kt
    public? final? [TYPES] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

STATUS:
FILE: propertyWithInitializer.kt
    public final [STATUS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

ARGUMENTS_OF_ANNOTATIONS:
FILE: propertyWithInitializer.kt
    public final [ARGUMENTS_OF_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

CONTRACTS:
FILE: propertyWithInitializer.kt
    public final [CONTRACTS] fun resolveMe(): R|kotlin/Unit| {
        receive#(property#)
    }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

IMPLICIT_TYPES_BODY_RESOLVE:
FILE: propertyWithInitializer.kt
    public final [IMPLICIT_TYPES_BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        receive#(property#)
    }
    public? final? [RAW_FIR] val property: Int = LAZY_EXPRESSION
        [TYPES] public? get(): Int

BODY_RESOLVE:
FILE: propertyWithInitializer.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        <Unresolved name: receive>#(R|/property|)
    }
    public final [STATUS] val property: R|kotlin/Int| = LAZY_EXPRESSION
        [BODY_RESOLVE] public get(): R|kotlin/Int|

FILE RAW TO BODY:
FILE: propertyWithInitializer.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        <Unresolved name: receive>#(R|/property|)
    }
    public final [BODY_RESOLVE] val property: R|kotlin/Int| = Int(10)
        [BODY_RESOLVE] public get(): R|kotlin/Int|
