[JVM IR] Copy attributes for JVM_STATIC_WRAPPERS.
This commit is contained in:
committed by
Alexander Udalov
parent
3db5ba98ad
commit
d397efb2bd
+6
@@ -9084,6 +9084,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/coroutines/iterateOverArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmStaticAndJvmInline.kt")
|
||||
public void testJvmStaticAndJvmInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12958.kt")
|
||||
public void testKt12958() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user