Report error when delegation method hides superttype override
#KT-12531 Fixed
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ interface B {
|
||||
|
||||
class <!CONFLICTING_JVM_DECLARATIONS!>C(f: A<String>)<!>: A<String> by f, B
|
||||
|
||||
class D(f: A<Int>): A<Int> by f, B
|
||||
<!DELEGATED_MEMBER_HIDES_SUPERTYPE_OVERRIDE!>class D(f: A<Int>): A<Int> by f, B<!>
|
||||
Reference in New Issue
Block a user