FIR: use Java 8 rules in not implemented checker
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ interface IRight {
|
||||
|
||||
interface IDerived : ILeft, IRight
|
||||
|
||||
class CDerived : ILeft, IRight
|
||||
<!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>class CDerived<!> : ILeft, IRight
|
||||
|
||||
abstract class ADerived : ILeft, IRight
|
||||
Reference in New Issue
Block a user