Approximate captured types in contravariant positions properly
^KT-43802 Fixed
This commit is contained in:
Generated
+6
@@ -12376,6 +12376,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/approximateBeforeFixation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("approximateContravariantCapturedTypes.kt")
|
||||
public void testApproximateContravariantCapturedTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/approximateContravariantCapturedTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("avoidCreatingUselessCapturedTypes.kt")
|
||||
public void testAvoidCreatingUselessCapturedTypes() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user