K2: Fix exception for PropertyDelegateProvider + lazy case

^KT-63646 Fixed
This commit is contained in:
Denis.Zharkov
2023-11-26 14:13:33 +01:00
committed by Space Team
parent 11d203d0a7
commit bb548e3df4
8 changed files with 82 additions and 4 deletions
@@ -10263,6 +10263,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/provideDelegateReturningOuterTypeVariable.kt");
}
@Test
@TestMetadata("provideDelegateUsesOuterCS.kt")
public void testProvideDelegateUsesOuterCS() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/provideDelegateUsesOuterCS.kt");
}
@Test
@TestMetadata("resultTypeOfLambdaForConventionMethods.kt")
public void testResultTypeOfLambdaForConventionMethods() throws Exception {
@@ -10263,6 +10263,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/provideDelegateReturningOuterTypeVariable.kt");
}
@Test
@TestMetadata("provideDelegateUsesOuterCS.kt")
public void testProvideDelegateUsesOuterCS() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/provideDelegateUsesOuterCS.kt");
}
@Test
@TestMetadata("resultTypeOfLambdaForConventionMethods.kt")
public void testResultTypeOfLambdaForConventionMethods() throws Exception {