[FE 1.0] Fix some diagnostic tests

This commit is contained in:
Dmitriy Novozhilov
2021-07-21 16:41:39 +03:00
committed by Mikhael Bogdanov
parent c9c82ab3a6
commit 7250aed3b5
5 changed files with 17 additions and 17 deletions
@@ -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