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