[FIR2IR] Support error qualifier in case of error suppression

#KT-60536 Fixed
This commit is contained in:
Kirill Rakhman
2023-08-18 12:17:47 +02:00
committed by Space Team
parent 51a43a02f7
commit 79fe48ab5b
19 changed files with 127 additions and 0 deletions
@@ -14988,6 +14988,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt");
}
@Test
@TestMetadata("suppressedInvisibleReferenceQualifier.kt")
public void testSuppressedInvisibleReferenceQualifier() throws Exception {
runTest("compiler/testData/codegen/box/fir/suppressedInvisibleReferenceQualifier.kt");
}
@Test
@TestMetadata("toLong.kt")
public void testToLong() throws Exception {
@@ -15346,6 +15346,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt");
}
@Test
@TestMetadata("suppressedInvisibleReferenceQualifier.kt")
public void testSuppressedInvisibleReferenceQualifier() throws Exception {
runTest("compiler/testData/codegen/box/fir/suppressedInvisibleReferenceQualifier.kt");
}
@Test
@TestMetadata("toLong.kt")
public void testToLong() throws Exception {
@@ -14810,6 +14810,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt");
}
@Test
@TestMetadata("suppressedInvisibleReferenceQualifier.kt")
public void testSuppressedInvisibleReferenceQualifier() throws Exception {
runTest("compiler/testData/codegen/box/fir/suppressedInvisibleReferenceQualifier.kt");
}
@Test
@TestMetadata("toLong.kt")
public void testToLong() throws Exception {
@@ -14989,6 +14989,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt");
}
@Test
@TestMetadata("suppressedInvisibleReferenceQualifier.kt")
public void testSuppressedInvisibleReferenceQualifier() throws Exception {
runTest("compiler/testData/codegen/box/fir/suppressedInvisibleReferenceQualifier.kt");
}
@Test
@TestMetadata("toLong.kt")
public void testToLong() throws Exception {