FILE: runOnIntegerLiteral.kt public final class TestInitValInLambdaCalledOnce : R|kotlin/Any| { public constructor(): R|TestInitValInLambdaCalledOnce| { super() } public final val x: R|kotlin/Int| public get(): R|kotlin/Int| init { Int(1).R|kotlin/run|( = run@fun R|kotlin/Int|.(): R|kotlin/Unit| { this@R|/TestInitValInLambdaCalledOnce|.R|/TestInitValInLambdaCalledOnce.x| = Int(0) } ) } }