Update maxStack on synthetic instruction insertion

#KT-19723 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-08-17 16:30:46 +02:00
parent 39599fc7c9
commit 8af7a25f8e
6 changed files with 67 additions and 8 deletions
@@ -224,6 +224,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTest(fileName);
}
@TestMetadata("kt19723.kt")
public void testKt19723() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/anonymousObject/kt19723.kt");
doTest(fileName);
}
@TestMetadata("kt6552.kt")
public void testKt6552() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt");