Default modality is abstract for interface. REDUNDANT_MODIFIER_FOR_TARGET applicability reduced #KT-12302 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-05-20 14:55:48 +03:00
parent 93defed324
commit e66acd8101
6 changed files with 35 additions and 12 deletions
@@ -52,3 +52,9 @@ abstract class AbstractDerived2 : Interface {
// Redundant
override open val gav = 13
}
// Redundant abstract interface
abstract interface AbstractInterface
// Redundant final object
final object FinalObject
// Open interface
open interface OpenInterface