FIR: report MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED also on interfaces
This commit is contained in:
committed by
TeamCityServer
parent
3fc2cc410c
commit
67d1c35f19
@@ -1,13 +0,0 @@
|
||||
interface ILeft {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
interface IRight {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
interface IDerived : ILeft, IRight
|
||||
|
||||
<!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>class CDerived<!> : ILeft, IRight
|
||||
|
||||
abstract class ADerived : ILeft, IRight
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
interface ILeft {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user