Correct "Redundant override" inspection message #KT-25608 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0f087e354e
commit
a9c91099a4
@@ -1,3 +1,5 @@
|
||||
// PROBLEM: Redundant overriding method
|
||||
// FIX: Remove redundant overriding method
|
||||
open class Foo {
|
||||
open fun simple() {
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// PROBLEM: Redundant overriding method
|
||||
// FIX: Remove redundant overriding method
|
||||
open class Foo {
|
||||
open fun simple() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user