K2: change logic of result type search in ILT case
Related to KT-57487, KT-57703
This commit is contained in:
committed by
Space Team
parent
27c4a7b7ef
commit
08c22c388c
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user