[FE 1.0] Implement checker to detect changed resolve for progressions and ranges due to the start of implementing Collection<T>

^KT-49276 Fixed
This commit is contained in:
Victor Petukhov
2021-11-30 14:47:17 +03:00
committed by teamcity
parent 4363667bc1
commit 7475d26902
25 changed files with 588 additions and 18 deletions
@@ -4539,6 +4539,24 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/checkArguments/kt1940.kt");
}
@Test
@TestMetadata("kt49276.kt")
public void testKt49276() throws Exception {
runTest("compiler/testData/diagnostics/tests/checkArguments/kt49276.kt");
}
@Test
@TestMetadata("kt49276Disabled.kt")
public void testKt49276Disabled() throws Exception {
runTest("compiler/testData/diagnostics/tests/checkArguments/kt49276Disabled.kt");
}
@Test
@TestMetadata("kt49276Error.kt")
public void testKt49276Error() throws Exception {
runTest("compiler/testData/diagnostics/tests/checkArguments/kt49276Error.kt");
}
@Test
@TestMetadata("overloadedFunction.kt")
public void testOverloadedFunction() throws Exception {