Quickfix for NOTHING_TO_OVERRIDE
This commit is contained in:
committed by
Andrey Breslav
parent
231457df8e
commit
01c4826b06
@@ -0,0 +1,7 @@
|
||||
// "Change function signature to 'override fun f(a: A)'" "true"
|
||||
// ERROR: 'f' overrides nothing
|
||||
// ERROR: 'f' overrides nothing
|
||||
import a.B
|
||||
class BB : B() {
|
||||
<caret>override fun f() {}
|
||||
}
|
||||
Reference in New Issue
Block a user