// "Add 'open fun f()' to 'A'" "true" open class A { } fun test() { val some = object : A() { override fun f() {} } }