8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
package foo
|
|
|
|
class Impl: B {
|
|
override fun foo(r: Runnable?) {
|
|
<selection><caret>throw UnsupportedOperationException()</selection>
|
|
}
|
|
}
|