K2: change logic of result type search in ILT case

Related to KT-57487, KT-57703
This commit is contained in:
Mikhail Glukhikh
2023-03-30 12:13:32 +02:00
committed by Space Team
parent 27c4a7b7ef
commit 08c22c388c
10 changed files with 128 additions and 7 deletions
@@ -19230,6 +19230,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/integerLiterals"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
}
@Test
@TestMetadata("complexMapping.kt")
public void testComplexMapping() throws Exception {
runTest("compiler/testData/diagnostics/tests/integerLiterals/complexMapping.kt");
}
@Test
@TestMetadata("constantUnaryOperators.kt")
public void testConstantUnaryOperators() throws Exception {
@@ -19230,6 +19230,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/integerLiterals"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
}
@Test
@TestMetadata("complexMapping.kt")
public void testComplexMapping() throws Exception {
runTest("compiler/testData/diagnostics/tests/integerLiterals/complexMapping.kt");
}
@Test
@TestMetadata("constantUnaryOperators.kt")
public void testConstantUnaryOperators() throws Exception {