Revert "[FIR] Don't lose error level enhancements in warning-level-enhanced arguments"

This reverts commit 371b1eb3d5.
This commit is contained in:
Kirill Rakhman
2024-01-16 09:14:21 +01:00
parent cf0824f3ef
commit 121536d2e5
22 changed files with 33 additions and 470 deletions
@@ -68,18 +68,6 @@ public class FirPsiOldFrontendForeignAnnotationsCompiledJavaTestGenerated extend
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/eclipse.kt");
}
@Test
@TestMetadata("errorArgumentOfWarningAfter.kt")
public void testErrorArgumentOfWarningAfter() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/errorArgumentOfWarningAfter.kt");
}
@Test
@TestMetadata("errorArgumentOfWarningBefore.kt")
public void testErrorArgumentOfWarningBefore() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/errorArgumentOfWarningBefore.kt");
}
@Test
@TestMetadata("findBugsSimple.kt")
public void testFindBugsSimple() throws Exception {
@@ -68,18 +68,6 @@ public class FirPsiOldFrontendForeignAnnotationsCompiledJavaWithPsiClassReadingT
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/eclipse.kt");
}
@Test
@TestMetadata("errorArgumentOfWarningAfter.kt")
public void testErrorArgumentOfWarningAfter() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/errorArgumentOfWarningAfter.kt");
}
@Test
@TestMetadata("errorArgumentOfWarningBefore.kt")
public void testErrorArgumentOfWarningBefore() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/errorArgumentOfWarningBefore.kt");
}
@Test
@TestMetadata("findBugsSimple.kt")
public void testFindBugsSimple() throws Exception {
@@ -68,18 +68,6 @@ public class FirPsiOldFrontendForeignAnnotationsSourceJavaTestGenerated extends
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/eclipse.kt");
}
@Test
@TestMetadata("errorArgumentOfWarningAfter.kt")
public void testErrorArgumentOfWarningAfter() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/errorArgumentOfWarningAfter.kt");
}
@Test
@TestMetadata("errorArgumentOfWarningBefore.kt")
public void testErrorArgumentOfWarningBefore() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/errorArgumentOfWarningBefore.kt");
}
@Test
@TestMetadata("findBugsSimple.kt")
public void testFindBugsSimple() throws Exception {