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