Generate bridges for FAKE_OVERRIDE properties

The same way it's done for function, just call generateBridges for accessors

 #KT-9442 Fixed
This commit is contained in:
Denis Zharkov
2015-10-06 11:23:12 +03:00
parent c21d827326
commit 252c82abe3
4 changed files with 46 additions and 3 deletions
@@ -131,6 +131,12 @@ public class BridgeTestGenerated extends AbstractBridgeTest {
doTest(fileName);
}
@TestMetadata("genericProperty.kt")
public void testGenericProperty() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/bridges/genericProperty.kt");
doTest(fileName);
}
@TestMetadata("kt1939.kt")
public void testKt1939() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/bridges/kt1939.kt");