[JVM IR] Copy attributes for JVM_STATIC_WRAPPERS.

This commit is contained in:
Mads Ager
2021-05-10 15:57:31 +02:00
committed by Alexander Udalov
parent 3db5ba98ad
commit d397efb2bd
10 changed files with 62 additions and 20 deletions
@@ -7104,6 +7104,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/iterateOverArray.kt");
}
@TestMetadata("jvmStaticAndJvmInline.kt")
public void testJvmStaticAndJvmInline() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt");
}
@TestMetadata("kt12958.kt")
public void testKt12958() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt12958.kt");