Remove obsolete directives in diagnostic backend tests
This commit is contained in:
committed by
Space Team
parent
6f2bb8c05a
commit
dd3bebb690
-1
@@ -1,5 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
open class Base {
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
interface B {
|
||||
fun getX() = 1
|
||||
}
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
interface B {
|
||||
fun getX() = 1
|
||||
}
|
||||
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
interface B {
|
||||
fun getX() = 1
|
||||
}
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
interface T {
|
||||
fun getX() = 1
|
||||
}
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
interface T {
|
||||
fun getX() = 1
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// FIR_IDENTICAL
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
|
||||
interface T {
|
||||
val x: Int
|
||||
get() = 1
|
||||
@@ -7,4 +7,4 @@ interface T {
|
||||
|
||||
class C : T {
|
||||
<!ACCIDENTAL_OVERRIDE!>fun getX()<!> = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user