9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
package foo
|
|
|
|
class Impl: B {
|
|
|
|
override fun foo(r: Runnable?) {
|
|
throw UnsupportedOperationException()
|
|
}
|
|
}
|