JVM_IR KT-47984 use stack size calculator from ASM

This commit is contained in:
Dmitry Petrov
2021-08-10 12:34:40 +03:00
committed by TeamCityServer
parent 5096e8c5c4
commit edd2ca775b
8 changed files with 76 additions and 151 deletions
@@ -15028,6 +15028,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testSuspensionPointInsideArgument() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
}
@TestMetadata("withLogFile.kt")
public void testWithLogFile() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/withLogFile.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/inlineClasses")