[NI] Fix diagnostic reporting and unveil problem wrt captured types
This commit is contained in:
@@ -9841,6 +9841,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
public void testStarProjectionRegression() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/starProjectionRegression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelCapturingInsideReturnType.kt")
|
||||
public void testTopLevelCapturingInsideReturnType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/topLevelCapturingInsideReturnType.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/inference/coercionToUnit")
|
||||
|
||||
Reference in New Issue
Block a user