interface B { fun c() } object a : B { override fun c() { } }