[FE 1.0] Remove CONSTRAINT_SYSTEM_FOR_OVERLOAD_RESOLUTION analysis flag
The constraint system for the old type inference is going to be removed. Also, `CONSTRAINT_SYSTEM_FOR_OVERLOAD_RESOLUTION` isn't used in the production
This commit is contained in:
committed by
teamcity
parent
8227c4b603
commit
8500ee08a8
-18
@@ -26519,24 +26519,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/kt31670.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt31670_compat.kt")
|
||||
public void testKt31670_compat() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/kt31670_compat.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt31758.kt")
|
||||
public void testKt31758() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/kt31758.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt31758_compat.kt")
|
||||
public void testKt31758_compat() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/kt31758_compat.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt37692.kt")
|
||||
public void testKt37692() throws Exception {
|
||||
@@ -26561,12 +26549,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/overloadResolutionOnNullableContravariantParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overloadResolutionOnNullableContravariantParameter_compat.kt")
|
||||
public void testOverloadResolutionOnNullableContravariantParameter_compat() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/overloadResolutionOnNullableContravariantParameter_compat.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("varargWithMoreSpecificSignature.kt")
|
||||
public void testVarargWithMoreSpecificSignature() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user