[IR] Fix synthetic declarations generator to make it produce correct type
- Fix KT-40126 - Add test
This commit is contained in:
+5
@@ -1271,6 +1271,11 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/delegation/delegationExtensionPropertyDelegated.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegationToExternaInterface.kt")
|
||||
public void testDelegationToExternaInterface() throws Exception {
|
||||
runTest("js/js.translator/testData/box/delegation/delegationToExternaInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsNamePropertyDelegation.kt")
|
||||
public void testJsNamePropertyDelegation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/delegation/jsNamePropertyDelegation.kt");
|
||||
|
||||
+5
@@ -1271,6 +1271,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/delegation/delegationExtensionPropertyDelegated.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegationToExternaInterface.kt")
|
||||
public void testDelegationToExternaInterface() throws Exception {
|
||||
runTest("js/js.translator/testData/box/delegation/delegationToExternaInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsNamePropertyDelegation.kt")
|
||||
public void testJsNamePropertyDelegation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/delegation/jsNamePropertyDelegation.kt");
|
||||
|
||||
+5
@@ -1271,6 +1271,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/delegation/delegationExtensionPropertyDelegated.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegationToExternaInterface.kt")
|
||||
public void testDelegationToExternaInterface() throws Exception {
|
||||
runTest("js/js.translator/testData/box/delegation/delegationToExternaInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsNamePropertyDelegation.kt")
|
||||
public void testJsNamePropertyDelegation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/delegation/jsNamePropertyDelegation.kt");
|
||||
|
||||
Reference in New Issue
Block a user