
RAW_FIR:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

IMPORTS:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

COMPILER_REQUIRED_ANNOTATIONS:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public? final? [COMPILER_REQUIRED_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

COMPANION_GENERATION:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public? final? [COMPANION_GENERATION] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

SUPER_TYPES:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public? final? [SUPER_TYPES] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

TYPES:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public? final? [TYPES] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

STATUS:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public final [STATUS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

ARGUMENTS_OF_ANNOTATIONS:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public final [ARGUMENTS_OF_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

CONTRACTS:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public final [CONTRACTS] fun resolveMe(): R|kotlin/Unit| {
        receive#(functionWithLazyBody#())
    }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

IMPLICIT_TYPES_BODY_RESOLVE:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public final [IMPLICIT_TYPES_BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        receive#(functionWithLazyBody#())
    }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun functionWithLazyBody(): String { LAZY_BLOCK }

BODY_RESOLVE:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        R|/receive|(R|/functionWithLazyBody|())
    }
    public final [STATUS] fun receive([RAW_FIR] value: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
    public final [STATUS] fun functionWithLazyBody(): R|kotlin/String| { LAZY_BLOCK }

FILE RAW TO BODY:
FILE: topLevelFunctionsWithExpressionBodyAndExplicitType.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        R|/receive|(R|/functionWithLazyBody|())
    }
    public final [BODY_RESOLVE] fun receive([BODY_RESOLVE] value: R|kotlin/String|): R|kotlin/Unit| {
    }
    public final [BODY_RESOLVE] fun functionWithLazyBody(): R|kotlin/String| {
        ^functionWithLazyBody String(42)
    }
