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