KT-12302: ABSTRACT_MODIFIER_IN_INTERFACE warning is removed as obsolete
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Remove redundant modality modifier" "true"
|
||||
interface A {
|
||||
<caret>abstract fun foo()
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove redundant modality modifier" "true"
|
||||
interface A {
|
||||
<caret>fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user