Introduce deprecation cycle for reporting errors on some illegal equality calls inside a builder inference call

^KT-43493 Fixed
This commit is contained in:
Victor Petukhov
2021-08-10 12:04:50 +03:00
committed by TeamCityServer
parent 060af85a93
commit a4a2f71fca
17 changed files with 142 additions and 25 deletions
@@ -14011,6 +14011,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.kt");
}
@Test
@TestMetadata("equalityChecksOnIntegerTypes.kt")
public void testEqualityChecksOnIntegerTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/builderInference/equalityChecksOnIntegerTypes.kt");
}
@Test
@TestMetadata("equalityChecksOnIntegerTypesProgressive.kt")
public void testEqualityChecksOnIntegerTypesProgressive() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/builderInference/equalityChecksOnIntegerTypesProgressive.kt");
}
@Test
@TestMetadata("kt47744.kt")
public void testKt47744() throws Exception {