JVM_IR: synchronize code generation for inline functions

This commit is contained in:
Georgy Bronnikov
2020-11-23 17:06:21 +03:00
parent c7feaee8ae
commit 3a10ea4f88
11 changed files with 93 additions and 34 deletions
@@ -12916,6 +12916,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/functions/max.kt");
}
@TestMetadata("mutualInline.kt")
public void testMutualInline() throws Exception {
runTest("compiler/testData/codegen/box/functions/mutualInline.kt");
}
@TestMetadata("nothisnoclosure.kt")
public void testNothisnoclosure() throws Exception {
runTest("compiler/testData/codegen/box/functions/nothisnoclosure.kt");