Report conflicting signatures that are purely inherited from traits
When all signatures are inherited from traits, the origin elements lie outside of the class in question
This commit is contained in:
@@ -7,5 +7,5 @@ trait T2 {
|
||||
get() = 1
|
||||
}
|
||||
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>class C : T1, T2<!> {
|
||||
class <!CONFLICTING_JVM_DECLARATIONS!>C<!> : T1, T2 {
|
||||
}
|
||||
Reference in New Issue
Block a user