[FIR] Implement CONFLICTING_INHERITED_MEMBERS diagnostic
This commit is contained in:
committed by
teamcityserver
parent
78519f851e
commit
3f7d050f8f
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user