// "Make 'init' final" "true" open class My { init { init() } open fun init() {} }