FIR: use Java 8 rules in not implemented checker
This commit is contained in:
+3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user