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,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
class C {
companion <!REDECLARATION!>object<!> {}
@@ -1,5 +1,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
class B {
companion object <!REDECLARATION!>A<!> {
@@ -1,5 +1,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
// !DIAGNOSTICS: -UNUSED_PARAMETER
class C {
@@ -1,5 +1,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
interface Foo
@@ -1,6 +1,5 @@
// FIR_IDENTICAL
// !DIAGNOSTICS: -UNUSED_PARAMETER
// TARGET_BACKEND: JVM_IR
class C {
inner class D {
@@ -1,5 +1,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM_IR
object O {
val INSTANCE: O = null!!
@@ -1,6 +1,5 @@
// FIR_IDENTICAL
// !DIAGNOSTICS: -UNUSED_PARAMETER
// TARGET_BACKEND: JVM_IR
import kotlin.reflect.KProperty