diff --git a/compiler/testData/diagnostics/tests/generics/wildcardInValueParameter.kt b/compiler/testData/diagnostics/tests/generics/wildcardInValueParameter.kt index 022af2e2974..6281dc58eda 100644 --- a/compiler/testData/diagnostics/tests/generics/wildcardInValueParameter.kt +++ b/compiler/testData/diagnostics/tests/generics/wildcardInValueParameter.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // SKIP_JAVAC // FILE: JavaClass.java public class JavaClass { diff --git a/compiler/testData/diagnostics/tests/j+k/differentFilename.kt b/compiler/testData/diagnostics/tests/j+k/differentFilename.kt index def27f11d42..545704650fc 100644 --- a/compiler/testData/diagnostics/tests/j+k/differentFilename.kt +++ b/compiler/testData/diagnostics/tests/j+k/differentFilename.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // SKIP_JAVAC // FILE: A.java public class A { diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt index 510d2600ffb..9fbe2c5b137 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // WITH_RUNTIME // FULL_JDK diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt index a5ff3a94830..07f1973de18 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // WITH_RUNTIME // FULL_JDK diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt index 1b57896caf1..8ad2675e928 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // WITH_RUNTIME // FULL_JDK diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt index 0adc68f346a..107e5a35083 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // WITH_RUNTIME // FULL_JDK diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt index 8ff6d272907..a750670d2e6 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // WITH_RUNTIME // FULL_JDK diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt index 5e71aef7859..5e7857a9bc7 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // WITH_RUNTIME // FULL_JDK diff --git a/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericClass.kt b/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericClass.kt index 5889ec3f4b8..9240e501a88 100644 --- a/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericClass.kt +++ b/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericClass.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // JAVAC_EXPECTED_FILE // FILE: KotlinFile.kt fun foo(javaClass: JavaClass): String { diff --git a/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethod.kt b/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethod.kt index b310a8c00f8..ffa5c54f4e0 100644 --- a/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethod.kt +++ b/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethod.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // JAVAC_EXPECTED_FILE // FILE: KotlinFile.kt fun foo(javaClass: JavaClass): String { diff --git a/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethodInGenericClass.kt b/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethodInGenericClass.kt index db0d9af7eba..551aeadc9e5 100644 --- a/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethodInGenericClass.kt +++ b/compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/GenericMethodInGenericClass.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // JAVAC_EXPECTED_FILE // FILE: KotlinFile.kt fun foo(javaClass: JavaClass) { diff --git a/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/throwableConstructor.kt b/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/throwableConstructor.kt index b551e00660e..61b73c357c8 100644 --- a/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/throwableConstructor.kt +++ b/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/throwableConstructor.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // !JDK_KIND: MODIFIED_MOCK_JDK abstract class A : Throwable(1.0) {} diff --git a/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/disabledFeature.kt b/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/disabledFeature.kt index 178afad4f6c..c518c1bcecc 100644 --- a/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/disabledFeature.kt +++ b/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/disabledFeature.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // !API_VERSION: 1.5 // !LANGUAGE: -JvmRecordSupport // SKIP_TXT diff --git a/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/simpleRecords.kt b/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/simpleRecords.kt index b824b9f131b..8d52377b34f 100644 --- a/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/simpleRecords.kt +++ b/compiler/testData/diagnostics/tests/testsWithJava15/jvmRecord/simpleRecords.kt @@ -1,4 +1,3 @@ -// FIR_IDE_IGNORE // !API_VERSION: 1.5 // !LANGUAGE: +JvmRecordSupport // FILE: MyRecord.java