[FE 1.0] Fix some diagnostic tests
This commit is contained in:
committed by
Mikhael Bogdanov
parent
c9c82ab3a6
commit
7250aed3b5
@@ -8,11 +8,11 @@ interface B {
|
||||
|
||||
open class D: B
|
||||
|
||||
open <!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED_WARNING!>class C<!>: D(), A
|
||||
open <!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>class C<!>: D(), A
|
||||
|
||||
// ------------
|
||||
|
||||
<!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED_WARNING!>class Test<!>: Impl(), CProvider
|
||||
<!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>class Test<!>: Impl(), CProvider
|
||||
|
||||
open class CC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user