NI: Add flexible Nothing to trivial constraints to filter it
This commit is contained in:
Generated
+5
@@ -10560,6 +10560,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/generateConstraintWithInnerNothingType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implicitInferenceTToFlexibleNothing.kt")
|
||||
public void testImplicitInferenceTToFlexibleNothing() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/implicitInferenceTToFlexibleNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implicitNothingConstraintFromReturn.kt")
|
||||
public void testImplicitNothingConstraintFromReturn() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/implicitNothingConstraintFromReturn.kt");
|
||||
|
||||
Reference in New Issue
Block a user