1635018fe7
#KT-11807 Fixed
8 lines
283 B
Plaintext
Vendored
8 lines
283 B
Plaintext
Vendored
import foo.Intf
|
|
|
|
class Impl(): Intf {
|
|
override fun fooBar(i: Int, s: Array<out String>?, foo: Any?) {
|
|
<selection><caret>throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|