Remove obsolete directives in diagnostic backend tests

This commit is contained in:
Alexander Udalov
2023-06-22 21:47:14 +02:00
committed by Space Team
parent 6f2bb8c05a
commit dd3bebb690
49 changed files with 22 additions and 57 deletions
@@ -1,5 +1,5 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
interface Base1 {
fun getX(): Int
}
@@ -9,4 +9,4 @@ interface Base2 {
get() = 1
}
interface <!CONFLICTING_INHERITED_JVM_DECLARATIONS!>Test<!> : Base1, Base2
interface <!CONFLICTING_INHERITED_JVM_DECLARATIONS!>Test<!> : Base1, Base2
@@ -1,9 +1,9 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
interface T {
fun getX() = 1
}
class C : T {
<!ACCIDENTAL_OVERRIDE!>val x<!> = 1
}
}
@@ -1,5 +1,3 @@
// TARGET_BACKEND: JVM_IR
interface T {
fun getX() = 1
}
@@ -1,5 +1,3 @@
// TARGET_BACKEND: JVM_IR
interface T {
fun getX() = 1
}
@@ -1,5 +1,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
interface T {
val x: Int
@@ -1,5 +1,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
interface T1 {
fun getX() = 1