[Test] Temporary update testdata till KT-58829 will be fixed
This commit is contained in:
committed by
Space Team
parent
af041f5bef
commit
1418a2bcb8
+2
-2
@@ -8,14 +8,14 @@
|
||||
expect open class C1()
|
||||
expect interface I1
|
||||
|
||||
<!MANY_IMPL_MEMBER_NOT_IMPLEMENTED{JVM}!>open class A : C1(), I1<!>
|
||||
open class A : C1(), I1
|
||||
<!MANY_IMPL_MEMBER_NOT_IMPLEMENTED{JVM}!>open class B : I1, C1()<!>
|
||||
|
||||
expect abstract class C2()
|
||||
expect interface I2
|
||||
|
||||
// TODO: KT-58829
|
||||
<!MANY_IMPL_MEMBER_NOT_IMPLEMENTED{JVM}!>class C : C2(), I2<!>
|
||||
class C : C2(), I2
|
||||
|
||||
// MODULE: jvm()()(common)
|
||||
// TARGET_PLATFORM: JVM
|
||||
|
||||
Reference in New Issue
Block a user