FE: rework tests around changed progression resolve
Related to KT-54261, KT-36932, KT-49276
This commit is contained in:
committed by
Space Team
parent
5fda57fa55
commit
941446ea39
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user