[FIR] Implement CONFLICTING_INHERITED_MEMBERS diagnostic
This commit is contained in:
committed by
teamcityserver
parent
78519f851e
commit
3f7d050f8f
+1
-1
@@ -8,6 +8,6 @@ interface B {
|
||||
fun bar()
|
||||
}
|
||||
|
||||
interface C1 : A, B {
|
||||
<!CONFLICTING_INHERITED_MEMBERS!>interface C1<!> : A, B {
|
||||
override fun bar()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user