FE: rework tests around changed progression resolve

Related to KT-54261, KT-36932, KT-49276
This commit is contained in:
Mikhail Glukhikh
2023-05-19 13:50:51 +02:00
committed by Space Team
parent 5fda57fa55
commit 941446ea39
17 changed files with 160 additions and 103 deletions
@@ -5072,6 +5072,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/checkArguments/kt51062.kt");
}
@Test
@TestMetadata("kt51062Error.kt")
public void testKt51062Error() throws Exception {
runTest("compiler/testData/diagnostics/tests/checkArguments/kt51062Error.kt");
}
@Test
@TestMetadata("overloadedFunction.kt")
public void testOverloadedFunction() throws Exception {
@@ -5072,6 +5072,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/checkArguments/kt51062.kt");
}
@Test
@TestMetadata("kt51062Error.kt")
public void testKt51062Error() throws Exception {
runTest("compiler/testData/diagnostics/tests/checkArguments/kt51062Error.kt");
}
@Test
@TestMetadata("overloadedFunction.kt")
public void testOverloadedFunction() throws Exception {