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

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

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

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

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

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

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| {
    }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = IntegerLiteral(42)
        [RAW_FIR] public? get(): Int {
            ^ field#
        }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| {
            field# = value#
        }

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| {
    }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = IntegerLiteral(42)
        [RAW_FIR] public? get(): Int {
            ^ field#
        }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| {
            field# = value#
        }

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| {
    }
    public final [STATUS] var withGetterAndSetter: R|kotlin/Int| = IntegerLiteral(42)
        [STATUS] public get(): R|kotlin/Int| {
            ^ field#
        }
        [STATUS] public set([RAW_FIR] value: R|kotlin/Int|): R|kotlin/Unit| {
            field# = value#
        }

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

BodyResolveWithChildren:
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| {
    }
    public final [STATUS] var withGetterAndSetter: R|kotlin/Int| = IntegerLiteral(42)
        [STATUS] public get(): R|kotlin/Int| {
            ^ field#
        }
        [STATUS] public set([RAW_FIR] value: R|kotlin/Int|): R|kotlin/Unit| {
            field# = value#
        }

CallableBodyResolve:
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| {
    }
    public final [STATUS] var withGetterAndSetter: R|kotlin/Int| = IntegerLiteral(42)
        [STATUS] public get(): R|kotlin/Int| {
            ^ field#
        }
        [STATUS] public set([RAW_FIR] value: R|kotlin/Int|): R|kotlin/Unit| {
            field# = value#
        }

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

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

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

CallableContracts:
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| {
    }
    public? final? [RAW_FIR] var withGetterAndSetter: Int = IntegerLiteral(42)
        [RAW_FIR] public? get(): Int {
            ^ field#
        }
        [RAW_FIR] public? set([RAW_FIR] value: Int): R|kotlin/Unit| {
            field# = value#
        }

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

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

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

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|
        }
