Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
classes
/
initValInLambda.kt.txt
blob: b81b29a30ad7cd68b2218a7cabdb4a000cd59ff7 [
file
]
class TestInitValInLambdaCalledOnce {
val x: Int
get
init {
1.run<Int, Unit>(block = local fun Int.<anonymous>() {
<this>.#x = 0
}
)
}
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
}