[FIR] Add test for KT-55026
This commit is contained in:
committed by
Space Team
parent
0466fc536d
commit
6c6525ecde
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user