[FIR2IR] Properly handle error references in generation of receivers
^KT-53698 Fixed
This commit is contained in:
committed by
Space Team
parent
f3da26946b
commit
9946bfcdfd
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user