8 lines
162 B
Plaintext
Vendored
8 lines
162 B
Plaintext
Vendored
import foo.Intf
|
|
|
|
class Impl(): Intf {
|
|
override fun getFooBar(): String? {
|
|
<selection><caret>throw UnsupportedOperationException()</selection>
|
|
}
|
|
}
|