blob: d37452470ec6135692b329ca36e9c0cacd154689 [file] [log] [blame]
class A {
init {}
private init {}
val x = f()
init {
x = 1
}
}