[FIR2IR] Properly handle error references in generation of receivers

^KT-53698 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-12-05 10:01:19 +02:00
committed by Space Team
parent f3da26946b
commit 9946bfcdfd
5 changed files with 40 additions and 9 deletions
@@ -167,6 +167,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
}
@Test
@TestMetadata("invisibleFunctionWithReceiverWithSuppress.kt")
public void testInvisibleFunctionWithReceiverWithSuppress() throws Exception {
runTest("compiler/testData/codegen/box/annotations/invisibleFunctionWithReceiverWithSuppress.kt");
}
@Test
@TestMetadata("javaAnnotationArrayValueDefault.kt")
public void testJavaAnnotationArrayValueDefault() throws Exception {