[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:
committed by
teamcity
parent
4363667bc1
commit
7475d26902
+18
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user