QuickFix for OVERRIDING_FINAL_MEMBER
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
08ce27e97e
commit
cee45f6a0a
@@ -0,0 +1,5 @@
|
||||
// "Make Object.notify open" "false"
|
||||
// ERROR: 'notify' in 'Object' is final and cannot be overridden
|
||||
class A : Object() {
|
||||
override<caret> fun notify() {}
|
||||
}
|
||||
Reference in New Issue
Block a user