[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
@@ -15,7 +15,7 @@ interface B {
fun <T> a(@An arg: @An Int)
}
interface C : A, B
<!CONFLICTING_INHERITED_MEMBERS!>interface C<!> : A, B
@An
abstract class D {