1635018fe7
#KT-11807 Fixed
8 lines
243 B
Plaintext
Vendored
8 lines
243 B
Plaintext
Vendored
package foo
|
|
|
|
class Impl: B {
|
|
override fun foo(r: Runnable?) {
|
|
<selection><caret>throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|