Substitute captured types with type variables properly
^KT-44687 Fixed
This commit is contained in:
+6
@@ -12558,6 +12558,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/starProjectionRegression.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("substituteCapturedTypesWithTypeVariables.kt")
|
||||
public void testSubstituteCapturedTypesWithTypeVariables() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/substituteCapturedTypesWithTypeVariables.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("topLevelCapturingInsideReturnType.kt")
|
||||
public void testTopLevelCapturingInsideReturnType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user