[JVM IR] Copy attributes for JVM_STATIC_WRAPPERS.
This commit is contained in:
committed by
Alexander Udalov
parent
3db5ba98ad
commit
d397efb2bd
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user