[FIR2IR] Support error qualifier in case of error suppression
#KT-60536 Fixed
This commit is contained in:
committed by
Space Team
parent
51a43a02f7
commit
79fe48ab5b
+6
@@ -13867,6 +13867,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -13867,6 +13867,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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 {
|
||||
|
||||
+6
@@ -13867,6 +13867,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+6
@@ -13867,6 +13867,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user