Do not skip synthesized members when generating bridges

The condition here is obsolete since SAM adapters can no longer be overridden:
they are now extensions in another scope

 #KT-12708 Fixed
This commit is contained in:
Alexander Udalov
2016-06-14 21:18:09 +03:00
parent af9883bccf
commit de986ed051
3 changed files with 19 additions and 5 deletions
@@ -4374,6 +4374,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt12708.kt")
public void testKt12708() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/dataClasses/copy/kt12708.kt");
doTest(fileName);
}
@TestMetadata("kt3033.kt")
public void testKt3033() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/dataClasses/copy/kt3033.kt");