[FIR] Add test for KT-55026

This commit is contained in:
Dmitriy Novozhilov
2022-12-01 13:03:48 +02:00
committed by Space Team
parent 0466fc536d
commit 6c6525ecde
3 changed files with 32 additions and 0 deletions
@@ -353,6 +353,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/annotations/singleAssignmentToVarargInAnnotation.kt");
}
@Test
@TestMetadata("suppressInvisibleMember.kt")
public void testSuppressInvisibleMember() throws Exception {
runTest("compiler/testData/codegen/box/annotations/suppressInvisibleMember.kt");
}
@Test
@TestMetadata("syntheticMethodForJvmStaticProperty.kt")
public void testSyntheticMethodForJvmStaticProperty() throws Exception {