9f845f0de4
#KT-4892 Fixed
8 lines
127 B
Plaintext
Vendored
8 lines
127 B
Plaintext
Vendored
package foo
|
|
|
|
class Impl: B() {
|
|
override fun foo(r: Runnable?) {
|
|
<selection><caret>super.foo(r)</selection>
|
|
}
|
|
}
|