Copy annotation and attributes on class transformation during inline

This commit is contained in:
Mikhael Bogdanov
2017-08-04 15:32:58 +02:00
parent 11ba805181
commit 15f401a473
9 changed files with 110 additions and 6 deletions
@@ -212,6 +212,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTest(fileName);
}
@TestMetadata("kt19434.kt")
public void testKt19434() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/anonymousObject/kt19434.kt");
doTest(fileName);
}
@TestMetadata("kt19434_2.kt")
public void testKt19434_2() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/anonymousObject/kt19434_2.kt");
doTest(fileName);
}
@TestMetadata("kt6552.kt")
public void testKt6552() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt");