Use 'mapToCallableMethod' for delegateTo signature calculation

#KT-9707 Fixed
This commit is contained in:
Denis Zharkov
2016-01-20 15:58:54 +03:00
parent 3a7ed33de1
commit ba506170e9
5 changed files with 60 additions and 1 deletions
@@ -59,6 +59,18 @@ public class BridgeTestGenerated extends AbstractBridgeTest {
doTest(fileName);
}
@TestMetadata("delegationComplex.kt")
public void testDelegationComplex() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/bridges/delegationComplex.kt");
doTest(fileName);
}
@TestMetadata("delegationComplexWithList.kt")
public void testDelegationComplexWithList() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/bridges/delegationComplexWithList.kt");
doTest(fileName);
}
@TestMetadata("delegationProperty.kt")
public void testDelegationProperty() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/bridges/delegationProperty.kt");