trait B: A { public override fun foo() { throw UnsupportedOperationException() } } class D: C() { }