Fix for KT-11677: Generic type signatures for local classes in inlined lambdas are not written properly

#KT-11677 Fixed
This commit is contained in:
Michael Bogdanov
2016-04-03 16:24:48 +03:00
parent f5166b7aef
commit e0adfd453f
4 changed files with 47 additions and 2 deletions
@@ -1525,6 +1525,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTest(fileName);
}
@TestMetadata("kt11677.kt")
public void testKt11677() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/reified/kt11677.kt");
doTest(fileName);
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/reified/kt6988.kt");