QuickFix for OVERRIDING_FINAL_MEMBER
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
08ce27e97e
commit
cee45f6a0a
@@ -0,0 +1,8 @@
|
||||
// "Make A.foo open" "true"
|
||||
open class A {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
override<caret> fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user