Check implicitly inferred Nothing inside special calls properly: compare constructors instead of types
^KT-41176 Open
This commit is contained in:
+5
@@ -24220,6 +24220,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/implicitNothingInReturnPosition.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implicitNothingOfJavaCallAgainstNotNothingExpectedType.kt")
|
||||
public void testImplicitNothingOfJavaCallAgainstNotNothingExpectedType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/implicitNothingOfJavaCallAgainstNotNothingExpectedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implicitNothingOnDelegates.kt")
|
||||
public void testImplicitNothingOnDelegates() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.kt");
|
||||
|
||||
Reference in New Issue
Block a user