// LANGUAGE:+ProhibitOpenValDeferredInitialization open class Foo { private open val foo: Int init { foo = 1 } }