
RAW_FIR:
FILE: propertyWithGetterAndSetter.kt
    public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

IMPORTS:
FILE: propertyWithGetterAndSetter.kt
    public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

COMPILER_REQUIRED_ANNOTATIONS:
FILE: propertyWithGetterAndSetter.kt
    public? final? [COMPILER_REQUIRED_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

COMPANION_GENERATION:
FILE: propertyWithGetterAndSetter.kt
    public? final? [COMPANION_GENERATION] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

SUPER_TYPES:
FILE: propertyWithGetterAndSetter.kt
    public? final? [SUPER_TYPES] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

TYPES:
FILE: propertyWithGetterAndSetter.kt
    public? final? [TYPES] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

STATUS:
FILE: propertyWithGetterAndSetter.kt
    public final [STATUS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

ARGUMENTS_OF_ANNOTATIONS:
FILE: propertyWithGetterAndSetter.kt
    public final [ARGUMENTS_OF_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

CONTRACTS:
FILE: propertyWithGetterAndSetter.kt
    public final [CONTRACTS] fun resolveMe(): R|kotlin/Unit| {
        receive#(withGetterAndSetter#)
        withGetterAndSetter# = IntegerLiteral(123)
    }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

IMPLICIT_TYPES_BODY_RESOLVE:
FILE: propertyWithGetterAndSetter.kt
    public final [IMPLICIT_TYPES_BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        receive#(withGetterAndSetter#)
        withGetterAndSetter# = IntegerLiteral(123)
    }
    public? final? [RAW_FIR] fun receive([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = LAZY_EXPRESSION
        [RAW_FIR] public? get(): Int { LAZY_BLOCK }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| { LAZY_BLOCK }

BODY_RESOLVE:
FILE: propertyWithGetterAndSetter.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        R|/receive|(R|/withGetterAndSetter|)
        R|/withGetterAndSetter| = Int(123)
    }
    public final [STATUS] fun receive([RAW_FIR] value: R|kotlin/Int|): R|kotlin/Unit| { LAZY_BLOCK }
    public final [STATUS] var withGetterAndSetter: R|kotlin/Int| = LAZY_EXPRESSION
        [STATUS] public get(): R|kotlin/Int| { LAZY_BLOCK }
        [STATUS] public set([RAW_FIR] value: R|kotlin/Int|): R|kotlin/Unit| { LAZY_BLOCK }

FILE RAW TO BODY:
FILE: propertyWithGetterAndSetter.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        R|/receive|(R|/withGetterAndSetter|)
        R|/withGetterAndSetter| = Int(123)
    }
    public final [BODY_RESOLVE] fun receive([BODY_RESOLVE] value: R|kotlin/Int|): R|kotlin/Unit| {
    }
    public final [BODY_RESOLVE] [IsReferredViaField=true] var withGetterAndSetter: R|kotlin/Int| = Int(42)
        [BODY_RESOLVE] public get(): R|kotlin/Int| {
            ^ F|/withGetterAndSetter|
        }
        [BODY_RESOLVE] public set([BODY_RESOLVE] value: R|kotlin/Int|): R|kotlin/Unit| {
            F|/withGetterAndSetter| = R|<local>/value|
        }
