FILE: reassignOfNonLocalProperty_initializedProperties.kt public final val z: R|kotlin/String| = String(ok) public get(): R|kotlin/String| public final val R|Some|.y: R|kotlin/String| public get(): R|kotlin/String| { ^ String(ok) } public final class Some : R|kotlin/Any| { public constructor(): R|Some| { super() } public final val x: R|kotlin/String| = String(ok) public get(): R|kotlin/String| init { this@R|/Some|.R|/Some.x| = String(error) this@R|/Some|.R|/y| = String(error) R|/z| = String(error) } public final val a: R|kotlin/String| = this@R|/Some|.R|kotlin/run|( = run@fun R|Some|.(): R|kotlin/String| { this@R|special/anonymous|.R|/Some.x| = String(error) this@R|special/anonymous|.R|/y| = String(error) R|/z| = String(error) ^ String(hello) } ) public get(): R|kotlin/String| public final var b: R|kotlin/String| = String(hello) public get(): R|kotlin/String| { this@R|/Some|.R|/Some.x| = String(error) this@R|/Some|.R|/y| = String(error) R|/z| = String(error) ^ this@R|/Some|.F|/Some.b| } public set(value: R|kotlin/String|): R|kotlin/Unit| { this@R|/Some|.R|/Some.x| = R|/value| this@R|/Some|.R|/y| = R|/value| R|/z| = R|/value| this@R|/Some|.F|/Some.b| = R|/value| } public final var c: R|kotlin/String| public get(): R|kotlin/String| { this@R|/Some|.R|/Some.x| = String(error) this@R|/Some|.R|/y| = String(error) R|/z| = String(error) ^ String(hello) } public set(value: R|kotlin/String|): R|kotlin/Unit| { this@R|/Some|.R|/Some.x| = R|/value| this@R|/Some|.R|/y| = R|/value| R|/z| = R|/value| } public final fun test_1(): R|kotlin/Unit| { this@R|/Some|.R|/Some.x| = String(error) this@R|/Some|.R|/y| = String(error) R|/z| = String(error) } } public final fun R|Some|.test_2(): R|kotlin/Unit| { this@R|/test_2|.R|/Some.x| = String(error) this@R|/test_2|.R|/y| = String(error) R|/z| = String(error) } public final fun test_3(some: R|Some|): R|kotlin/Unit| { R|/some|.R|/Some.x| = String(error) R|/some|.R|/y| = String(error) R|/z| = String(error) }