FIR: use Java 8 rules in not implemented checker

This commit is contained in:
Mikhail Glukhikh
2021-04-06 09:47:02 +03:00
parent 5de8401494
commit 84ccf7bbb1
19 changed files with 171 additions and 53 deletions
@@ -1,3 +1,6 @@
// IGNORE_BACKEND_FIR: JVM_IR
// Note: this test will fail in Kotlin 1.6 (see AbstractClassMemberNotImplementedWithIntermediateAbstractClass feature)
interface A {
fun foo(): Any
}
@@ -1,3 +1,6 @@
// IGNORE_BACKEND_FIR: JVM_IR
// Note: this test will fail in Kotlin 1.6 (see AbstractClassMemberNotImplementedWithIntermediateAbstractClass feature)
// FILE: 1.kt
class Test: Impl(), CProvider