FILE: localImplicitBodies.kt
    public final fun foo(): R|kotlin/Unit| {
        lval x: <ERROR TYPE REF: No result type for initializer> = object : R|kotlin/Any| {
            private constructor(): R|error: Symbol not found, for `<no name provided>`| {
                super<R|kotlin/Any|>()
            }

            public final fun sss(): <ERROR TYPE REF: Unresolved name: abc> {
                ^sss <Unresolved name: abc>#()
            }

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

        }

        lval g: <ERROR TYPE REF: Unresolved name: abc> = R|<local>/x|.R|/sss|()
    }
