Report implicit inferred Nothing only for own type parameters and in delegation resolve
^KT-47724 Fixed
This commit is contained in:
Generated
+6
@@ -14234,6 +14234,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/reifiedParameterWithRecursiveBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reportImplicitNothingOnlyForOwnTypeParameters.kt")
|
||||
public void testReportImplicitNothingOnlyForOwnTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/reportImplicitNothingOnlyForOwnTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("specialCallWithMaterializeAndExpectedType.kt")
|
||||
public void testSpecialCallWithMaterializeAndExpectedType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user