package foo class Impl: B { override fun foo(r: Runnable?) { throw UnsupportedOperationException() } }