Default modality is abstract for interface. REDUNDANT_MODIFIER_FOR_TARGET applicability reduced #KT-12302 Fixed
This commit is contained in:
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user