14 lines
191 B
Plaintext
Vendored
14 lines
191 B
Plaintext
Vendored
// FIR_IDENTICAL
|
|
// COPY_DOC
|
|
|
|
import foo.A
|
|
|
|
class B : A() {
|
|
/**
|
|
* @return TEST
|
|
*/
|
|
override fun foo(): Int {
|
|
<selection><caret>return super.foo()</selection>
|
|
}
|
|
}
|