blob: ad72a5de69ad02d3ebc0ea147d727e19ab463e23 [file]
class TestInitValInLambdaCalledOnce {
val x: Int
init {
1.run {
x = 0
}
}
}