Update test affected by AbstractClassMemberNotImplementedWithIntermediateAbstractClass feature

This commit is contained in:
Mikhael Bogdanov
2021-06-30 10:28:00 +02:00
committed by Space
parent f05d470f6a
commit 70df4f10c5
3 changed files with 3 additions and 2 deletions
@@ -1,6 +1,6 @@
// !LANGUAGE: -AbstractClassMemberNotImplementedWithIntermediateAbstractClass
// IGNORE_BACKEND_FIR: JVM_IR
// Note: this test will fail in Kotlin 1.6 (see AbstractClassMemberNotImplementedWithIntermediateAbstractClass feature)
interface A {
fun foo(): Any
}
@@ -1,6 +1,6 @@
// !LANGUAGE: -AbstractClassMemberNotImplementedWithIntermediateAbstractClass
// IGNORE_BACKEND_FIR: JVM_IR
// Note: this test will fail in Kotlin 1.6 (see AbstractClassMemberNotImplementedWithIntermediateAbstractClass feature)
// FILE: 1.kt
class Test: Impl(), CProvider
@@ -1,3 +1,4 @@
// !LANGUAGE: -AbstractClassMemberNotImplementedWithIntermediateAbstractClass
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: IGNORED_IN_JS
// IGNORE_BACKEND: JS_IR