[NI] Allow capturing type projections with type variables
#KT-25302 Fixed
This commit is contained in:
@@ -9802,6 +9802,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/expectedTypeMismatchWithInVariance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25302.kt")
|
||||
public void testKt25302() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/kt25302.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2570.kt")
|
||||
public void testKt2570() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/kt2570.kt");
|
||||
|
||||
Reference in New Issue
Block a user