// "Make 'companion object' not open" "true" class A { open companion object { fun a(): Int = 1 } }