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