Quickfix for NOTHING_TO_OVERRIDE: add function to one of supertypes.
This commit is contained in:
committed by
Andrey Breslav
parent
e96cf045dd
commit
d4fc814d76
@@ -0,0 +1,8 @@
|
||||
// "Add function to supertype..." "true"
|
||||
open class A {
|
||||
}
|
||||
open class B : A() {
|
||||
}
|
||||
class C : B() {
|
||||
<caret>override fun f() {}
|
||||
}
|
||||
Reference in New Issue
Block a user