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
@@ -11433,6 +11433,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");