Redundant modality modifier inspection #KT-11450 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
org.jetbrains.kotlin.idea.inspections.RedundantModalityModifierInspection
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove redundant modality modifier" "true"
|
||||
open class C {
|
||||
<caret>final fun foo(){}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove redundant modality modifier" "true"
|
||||
open class C {
|
||||
fun foo(){}
|
||||
}
|
||||
Reference in New Issue
Block a user