9 lines
142 B
Plaintext
Vendored
9 lines
142 B
Plaintext
Vendored
// FIR_IDENTICAL
|
|
package foo
|
|
|
|
class Impl : Bar() {
|
|
override fun f(): Any {
|
|
<selection><caret>return super.f()</selection>
|
|
}
|
|
}
|