KT-12302: ABSTRACT_MODIFIER_IN_INTERFACE warning is removed as obsolete

This commit is contained in:
Mikhail Glukhikh
2016-05-20 14:42:47 +03:00
parent 3542834fa1
commit 93defed324
12 changed files with 34 additions and 45 deletions
@@ -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()
}