[NI] Avoid building controversial systems by clipping extra constraints
#KT-23854 Fixed
This commit is contained in:
@@ -9853,11 +9853,21 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nestedLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectFromCovariantAndContravariantTypes.kt")
|
||||
public void testSelectFromCovariantAndContravariantTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectFromCovariantAndContravariantTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectFromTwoIncompatibleTypes.kt")
|
||||
public void testSelectFromTwoIncompatibleTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectFromTwoIncompatibleTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectIntegerValueTypeFromIf.kt")
|
||||
public void testSelectIntegerValueTypeFromIf() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectIntegerValueTypeFromIf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("theSameFunctionInArgs.kt")
|
||||
public void testTheSameFunctionInArgs() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/theSameFunctionInArgs.kt");
|
||||
|
||||
Generated
+10
@@ -9848,11 +9848,21 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nestedLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectFromCovariantAndContravariantTypes.kt")
|
||||
public void testSelectFromCovariantAndContravariantTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectFromCovariantAndContravariantTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectFromTwoIncompatibleTypes.kt")
|
||||
public void testSelectFromTwoIncompatibleTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectFromTwoIncompatibleTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectIntegerValueTypeFromIf.kt")
|
||||
public void testSelectIntegerValueTypeFromIf() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectIntegerValueTypeFromIf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("theSameFunctionInArgs.kt")
|
||||
public void testTheSameFunctionInArgs() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/theSameFunctionInArgs.kt");
|
||||
|
||||
Reference in New Issue
Block a user