Remove uncapturing in type mismatch diagnostics
#KT-32587 Fixed
This commit is contained in:
@@ -8348,6 +8348,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/generics/capturedParameters"), Pattern.compile("^(.*)\\.kts?$"), TargetBackend.ANY, true);
|
||||
}
|
||||
|
||||
@TestMetadata("captured.kt")
|
||||
public void testCaptured() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/capturedParameters/captured.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("innerLocalClass.kt")
|
||||
public void testInnerLocalClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/capturedParameters/innerLocalClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user