Add test for KT-40412

This commit is contained in:
Roman Artemev
2020-11-11 14:33:26 +03:00
parent 116606ecd2
commit 01f3c06ec9
8 changed files with 63 additions and 0 deletions
@@ -8543,6 +8543,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/delegatedProperty/extensionPropertyAndExtensionGetValue.kt");
}
@TestMetadata("functionRefDelefate.kt")
public void testFunctionRefDelefate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/functionRefDelefate.kt");
}
@TestMetadata("genericDelegate.kt")
public void testGenericDelegate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/genericDelegate.kt");
@@ -8543,6 +8543,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/delegatedProperty/extensionPropertyAndExtensionGetValue.kt");
}
@TestMetadata("functionRefDelefate.kt")
public void testFunctionRefDelefate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/functionRefDelefate.kt");
}
@TestMetadata("genericDelegate.kt")
public void testGenericDelegate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/genericDelegate.kt");
@@ -8543,6 +8543,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/delegatedProperty/extensionPropertyAndExtensionGetValue.kt");
}
@TestMetadata("functionRefDelefate.kt")
public void testFunctionRefDelefate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/functionRefDelefate.kt");
}
@TestMetadata("genericDelegate.kt")
public void testGenericDelegate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/genericDelegate.kt");