9f845f0de4
#KT-4892 Fixed
13 lines
181 B
Plaintext
Vendored
13 lines
181 B
Plaintext
Vendored
package test
|
|
|
|
import dependency.A
|
|
|
|
public open class B() : A() {
|
|
|
|
}
|
|
|
|
public open class C() : B() {
|
|
override fun foo() {
|
|
<selection><caret>super.foo()</selection>
|
|
}
|
|
} |