Fix for KT-13182: Regression: compiler internal error at inline

#KT-13182 Fixed
This commit is contained in:
Michael Bogdanov
2016-07-26 11:12:17 +03:00
parent 99cdc41ab6
commit 9b9abb2e10
4 changed files with 40 additions and 2 deletions
@@ -127,6 +127,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTest(fileName);
}
@TestMetadata("kt13182.kt")
public void testKt13182() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/anonymousObject/kt13182.kt");
doTest(fileName);
}
@TestMetadata("kt6552.kt")
public void testKt6552() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt");