e6f4d6e6fa
^KT-65406
20 lines
240 B
Kotlin
Vendored
20 lines
240 B
Kotlin
Vendored
class TestInitValInLambdaCalledOnce {
|
|
val x: Int
|
|
get
|
|
|
|
init {
|
|
1.run<Int, Unit>(block = local fun Int.<anonymous>() {
|
|
<this>.#x = 0
|
|
}
|
|
)
|
|
}
|
|
|
|
constructor() /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|
|
|