[FIR] Implement CONFLICTING_INHERITED_MEMBERS diagnostic

This commit is contained in:
Andrey Zinovyev
2021-06-11 17:58:30 +03:00
committed by teamcityserver
parent 78519f851e
commit 3f7d050f8f
11 changed files with 72 additions and 4 deletions
@@ -8,6 +8,6 @@ interface B {
fun bar()
}
interface C1 : A, B {
<!CONFLICTING_INHERITED_MEMBERS!>interface C1<!> : A, B {
override fun bar()
}