Process simple CapturedType in ClassicTypeSystemContext.typeConstructorProjection as well

^KT-49101 Fixed
This commit is contained in:
Victor Petukhov
2021-10-19 14:21:55 +03:00
parent 836c6b280d
commit 2261928f4f
7 changed files with 67 additions and 2 deletions
@@ -13812,6 +13812,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.kt");
}
@Test
@TestMetadata("kt49101.kt")
public void testKt49101() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/kt49101.kt");
}
@Test
@TestMetadata("memberScopeOfCaptured.kt")
public void testMemberScopeOfCaptured() throws Exception {