KT-8542 Override dialog: only one class from hierarchy is shown
#KT-8542 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface I {
|
||||
open fun foo(){}
|
||||
}
|
||||
|
||||
open class A {
|
||||
open fun foo(){}
|
||||
}
|
||||
|
||||
class C : A(), I {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user