blob: f626fcfbae2dbe6705c6f98d1a2160890ca072ed [file]
// RUN_PIPELINE_TILL: BACKEND
class TestInitValInLambdaCalledOnce {
val x: Int
init {
1.run {
x = 0
}
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, init, integerLiteral, lambdaLiteral, propertyDeclaration */