diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/complex.kt b/compiler/testData/codegen/asmLike/typeAnnotations/complex.kt index 185ca53c651..f04b736344c 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/complex.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/complex.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/constructor.kt b/compiler/testData/codegen/asmLike/typeAnnotations/constructor.kt index 399ba8a0bd3..0f2051eefed 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/constructor.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/constructor.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/defaultArgs.kt b/compiler/testData/codegen/asmLike/typeAnnotations/defaultArgs.kt index 7aa9f258129..8a18676e952 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/defaultArgs.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/defaultArgs.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/enumClassConstructor.kt b/compiler/testData/codegen/asmLike/typeAnnotations/enumClassConstructor.kt index ead5c6f97ed..c034c7a3f2c 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/enumClassConstructor.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/enumClassConstructor.kt @@ -1,7 +1,6 @@ // IGNORE_BACKEND: JVM_IR // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/extension.kt b/compiler/testData/codegen/asmLike/typeAnnotations/extension.kt index 398f6e8bd1f..f099638af77 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/extension.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/extension.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/implicit.kt b/compiler/testData/codegen/asmLike/typeAnnotations/implicit.kt index 148e0eaa958..e9674ff4efa 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/implicit.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/implicit.kt @@ -1,7 +1,6 @@ // IGNORE_BACKEND: JVM_IR // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/innerClassConstructor.kt b/compiler/testData/codegen/asmLike/typeAnnotations/innerClassConstructor.kt index b73432d5186..00ec835fde8 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/innerClassConstructor.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/innerClassConstructor.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt b/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt index 91dd5d47c69..d81ba3c0c1c 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_RUNTIME diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt b/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt index 808d6f2d00b..35a887941af 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_RUNTIME diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/notYetSupported.kt b/compiler/testData/codegen/asmLike/typeAnnotations/notYetSupported.kt index b5e4224014c..f9aeb71790b 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/notYetSupported.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/notYetSupported.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/property.kt b/compiler/testData/codegen/asmLike/typeAnnotations/property.kt index d13f62aca03..2ff5bce5b19 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/property.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/property.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_RUNTIME diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/simple.kt b/compiler/testData/codegen/asmLike/typeAnnotations/simple.kt index a0a27a07ca6..c794a40c42e 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/simple.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/simple.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/simple2Params.kt b/compiler/testData/codegen/asmLike/typeAnnotations/simple2Params.kt index 659e82d9a85..d4927e3e9cd 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/simple2Params.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/simple2Params.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/staticNested.kt b/compiler/testData/codegen/asmLike/typeAnnotations/staticNested.kt index 37d79655766..1082cdfd8fe 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/staticNested.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/staticNested.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/syntheticAccessors.kt b/compiler/testData/codegen/asmLike/typeAnnotations/syntheticAccessors.kt index fbc25f158e7..53ec4dc4924 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/syntheticAccessors.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/syntheticAccessors.kt @@ -1,6 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.EMIT_JVM_TYPE_ANNOTATIONS // TYPE_ANNOTATIONS -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 package foo