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
-4
View File
@@ -1,4 +0,0 @@
// "Remove redundant 'abstract' modifier" "true"
interface A {
<caret>abstract fun foo()
}
@@ -1,4 +0,0 @@
// "Remove redundant 'abstract' modifier" "true"
interface A {
<caret>fun foo()
}