FILE: localImplicitBodies.kt
    public final fun foo(): R|kotlin/Unit| {
        lval x: R|anonymous| = object : R|kotlin/Any| {
            private constructor(): R|kotlin/Any| {
                super<R|kotlin/Any|>()
            }

            public final fun sss(): <ERROR TYPE REF: Cannot calculate return type during full-body resolution (local class/object?): public final fun abc(): <implicit> {
    ^abc IntegerLiteral(1)
}
> {
                ^sss R?C|/anonymous.abc|()
            }

            public final fun abc(): R|kotlin/Int| {
                ^abc Int(1)
            }

        }

        lval g: <ERROR TYPE REF: Cannot calculate return type during full-body resolution (local class/object?): public final fun abc(): <implicit> {
    ^abc IntegerLiteral(1)
}
> = R|<local>/x|.R?C|/anonymous.sss|()
    }
